I am not to knowledgable in programming for xml so I wanted to find the best answer.
I was curious what is the best way to create a dynamic xml file.
The only way I have done it so far is creating a .php file that echos out xml messages containing content from my database. And then creating a .htaccess file that turns the .php file into an .xml file. I did this method when I created my RSS Feed.
Is there a better way to do this?
I was curious what is the best way to create a dynamic xml file.
The only way I have done it so far is creating a .php file that echos out xml messages containing content from my database. And then creating a .htaccess file that turns the .php file into an .xml file. I did this method when I created my RSS Feed.
Is there a better way to do this?