Hi
I have a PHP script which connects to my (mySQL) database, pulls out a list of items from the database and then displays them on the page. Easy peasy!
What I want to do now is pull the data from the database and create a XML file.
I have a developer who has built a Flash page for me and he wants the data to populate the page in an XML file.
Is there a good tutorial somewhere I could read that would teach me how to create this XML file from my script?
~D
I have a PHP script which connects to my (mySQL) database, pulls out a list of items from the database and then displays them on the page. Easy peasy!
What I want to do now is pull the data from the database and create a XML file.
I have a developer who has built a Flash page for me and he wants the data to populate the page in an XML file.
Is there a good tutorial somewhere I could read that would teach me how to create this XML file from my script?
~D