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