how do I send XML files to the PHP parser?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lawrence

    how do I send XML files to the PHP parser?

    if phpinfo() gives me this:

    PATH /bin:/usr/bin



    then shouldn't .htaccess on linux do the job with this:


    AddType application/x-php .xml Action application/x-php /bin/php
Working...