Navigation
Recent Posts
Archive
To generate dynamic XML in your PHP application add the following line to your Apache httpd.conf file
AddType application/x-httpd-php .xml
XML files will then be parsed as if they are PHP. You can add your PHP scripts to the file to generate dynamic content and then use mod rewrite to turn the URL into a friendly one, i.e. turn something like dynamic.xml?company=eriginal into eriginal.xml
Posted in: Business
Tags: XML | PHP | Apache | Web database
© Eriginal Ltd 2011, all rights reserved