Codice PHP:...
$dom->loadXML($stringa);
foreach ($dom->squadra as $s)
if ($s->punti=="50")
return $s->nome;
return false;
...
Codice PHP:...
$dom->loadXML($stringa);
foreach ($dom->squadra as $s)
if ($s->punti=="50")
return $s->nome;
return false;
...