Forse?
Codice PHP:
function tagResolver($TAG)
{
$xml=simplexml_load_file("db.xml") or die("Error: Cannot create object");
return $xml->xpath($TAG)[0];
}
Forse?
Codice PHP:
function tagResolver($TAG)
{
$xml=simplexml_load_file("db.xml") or die("Error: Cannot create object");
return $xml->xpath($TAG)[0];
}