I'm trying to use the xml dom extention.
PHP and IIS are working fine until I added the following in the php.ini:
extension_dir=C:\server\PHP\extensions\
extension=php_domxml.dll
When access any PHP page, I get the following error (in a prompt): "unable to load dynamic library 'C:\server\PHP\extensions\php_domxml.dll' - The specified module could not be found."
The page where I use the xmldoc() functions brings up:
"X-Powered-By: PHP/4.0.6 Content-type: text/html
Fatal error: Call to undefined function: xmldoc() in C:\goodies\personal\content tool\xml_dom.php on line 23
PHP Warning: Unable to load dynamic library 'C:\server\PHP\extensions\php_domxml.dll' - The specified module could not be found. in Unknown on line 0"
I'm sure that dll is in that location.
Does anyone has any idea what it could be? (I've never used extensions before).
Thanks,
dries/