Posted by samudasu on 10/11/29 11:39
PHP 5 uses the new Dom functions and PHP 4 uses old Dom Xml functions.
DOMDocument->getElementsByTagName() is valid with PHP 5 and Dom
functions.
DomDocument->get_elements_by_tagname is used with PHP4 and the Dom Xml.
Either have your client upgrade to PHP 5 or you can load the Dom Xml
functions from the pecl and code that way.
http://de.php.net/manual/en/ref.domxml.php
Navigation:
[Reply to this message]
|