Jump to content

[SOLVED] Running php on .xml file error


cunoodle2

Recommended Posts

First off I added the following to my .htaccess file..

 

AddType application/x-httpd-php .xml

 

Through using php "echo" statements I have the following showing up when I go to view source..

 

File info.xml

<?xml version="1.0" encoding="ISO-8859-1"?>

<person>

<firstname>Jason</firstname>

<lastname>Anderson</lastname>

<age>21</age>

<hometown>Anytown</hometown>

<job>programmer</job>

</person>

 

I can see the above when I go to "view source" but for some reason the browser doesn't even pick it up as a .xml file.

 

If I go to my .htaccess file and remove the line "AddType application/x-httpd-php .xml" and literally copy & paste the above quoted xml info it shows up perfectly fine in a standard .xml file and the browser picks it up as a standard .xml file.

 

What am I missing here?

Link to comment
https://forums.phpfreaks.com/topic/163898-solved-running-php-on-xml-file-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.