dalla documentazione http://it2.php.net/manual/en/functio...t-children.php
Codice PHP:foreach ($xml->children() as $onclick) {
if($onclick['id'] == $_GET['id']){
......
}
}
dalla documentazione http://it2.php.net/manual/en/functio...t-children.php
Codice PHP:foreach ($xml->children() as $onclick) {
if($onclick['id'] == $_GET['id']){
......
}
}