I downloaded PHP 4 and every time I try to use the DOMXML functions like add_root or new_xmldom it says that these functions are undefined.
Does anyone have a suggestion about why this might be happening?
We've the same problem and we are so hungry! WHY php tell us: Call to undefined function: new_xmldoc()???? I've php_domxml.dll in "/extensions", i tried to: dl("php_domxml.dll") and i tried to modify php.ini too without any result! Does anyone have suggestion about why this might be happening??? HELP US PLEASE!
Hi, I got it to work.
You must load php as a module, instead of loading php.exe.
And remember to install lib2xml, - can be found at http://www.fh-frankfurt.de/~igor/projects/libxml/index.html
I put up a description at my site, if you need. www.mdz.dk
Greets, Mads Østerby