quote:
Originally posted by leito
that would allow any file to have a ".xml" extension?
It would make any *.xml file be considered a PHP file. So if you had a file called blah.xml with PHP code inside, that PHP code would be parsed and executed just as if the file was called blah.php.