Hello,
I want to write xml with php and Im using the code in this tutorial:
http://www.ibm.com/developerworks/library/os-xmldomphp/
I've made the php page and everything looks fine when I access the PHP file, I get the XML structure and all.
the problem is, it works only if the file in in .php extension. I want to call the file when the .xml extension, how to do that?
Thnx, and sorry for the probably noobish question.