Nicolas
2008-11-25 21:36:00 UTC
Bonsoir,
Je ne comprends pas , ce code ne fonctionne pas chez mes hébergeurs :
// build the mandatory XML response
$xml = simplexml_load_string("<?xml
version='1.0'?>\n<receivesms></receivesms>");
$xml->addChild('status','ok');
$xml->addChild('response',"SMS recorded: $today $to $from $content");
echo $xml->asXML();
erreur : Fatal error: Call to undefined function: simplexml_load_string() in
/homepages/7/d225285859/htdocs/appli_stock/test.php on line 13
mais fonctionne en local où il m'affiche bien du XML.
D'où provient le probleme , sur google je ne vois personne s'en plaindre ?
merci d'avance
Nico
Je ne comprends pas , ce code ne fonctionne pas chez mes hébergeurs :
// build the mandatory XML response
$xml = simplexml_load_string("<?xml
version='1.0'?>\n<receivesms></receivesms>");
$xml->addChild('status','ok');
$xml->addChild('response',"SMS recorded: $today $to $from $content");
echo $xml->asXML();
erreur : Fatal error: Call to undefined function: simplexml_load_string() in
/homepages/7/d225285859/htdocs/appli_stock/test.php on line 13
mais fonctionne en local où il m'affiche bien du XML.
D'où provient le probleme , sur google je ne vois personne s'en plaindre ?
merci d'avance
Nico