DOM in php 4, trouble when running page
Posted: Sun May 21, 2006 2:23 pm
I'm writing some code that writes and update an xml document. I've gotten the code working on the command line, but now that I'm trying to run it by accessing it through the internet, it's failing with the following error message:
Fatal error: Call to undefined function: domxml_open_file()
When I run the code on the command line (on the server... in the same directory... ) it works fine. When I try to access it via the web, it doesnt seem to 'see' the dom functions. Is this just my server flunking out on me, or is there something I can do to make this work?
Thanks
Fatal error: Call to undefined function: domxml_open_file()
When I run the code on the command line (on the server... in the same directory... ) it works fine. When I try to access it via the web, it doesnt seem to 'see' the dom functions. Is this just my server flunking out on me, or is there something I can do to make this work?
Thanks