hello, i know how to run one php as an xml file.
My problem now is running one xml file as php. Or returning info from mysql db with xml.
i'm really stuck here.
Is it possible with .htaccess ?
the file must have xml extention.
thanks for your time
Add the following to your Apache configuration, possibly in the .htaccess file:
AddType application/x-httpd-php .xml
thanks