If at first you don't succeed...

Our production environment is running on an old version of PHP 5.0 and cannot be easily updated. My problem is that I have developed code against a new version and it has the SimpleXMLElement::addChild() function, but this is not present on the older version of PHP. Does anyone know how to work around this? Can I just treat the SimpleXMLElement object as an array and append as I see fit?

regards,

Mikey

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to