configuring php to use php_domxml.dll

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
dvmurray
Forum Newbie
Posts: 1
Joined: Mon Jul 07, 2008 4:59 am

configuring php to use php_domxml.dll

Post by dvmurray »

Hi Everyone,

I'm new to PHP so please be patient with me :)
I'm developing a script that needs to create an xml file of the results of a query to a MySQL dB. So to complete this task I'm hoping to use the functionality of the php_domxml.php. My problem at the moment is I everytime I test my scrpit I get the following error:

PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_domxml.dll' - Access is denied. in Unknown on line 0

I have commented the extension=php_domxml.dll line in my php.ini file and have set full permissions in the 'C:\PHP\extensions directory.

Does anyone know of a solution to this issue or maybe recommend another way to create an XML file?

Many thanks
David
Post Reply