Possible Duplicate:
How to parse HTML with PHP?
Get MySQL database output via PHP to XML
I have some tables in MySQL…. Can I use PHP to create a .xml file on my website that will neatly contain the information from my MySQL database?
On a side note if I am retrieving xml information in action script 2.0 do I HAVE to retrieve it from a .xml file or can I have a .php file that creates an open and close tag on the page and then creates an xml table on the .php page?
you can create XML in PHP and you can save it as file or echo as XML string , you can use below sample codes