importing data from a table into an xml file

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
mccommunity
Forum Commoner
Posts: 62
Joined: Mon Oct 07, 2002 8:55 am

importing data from a table into an xml file

Post by mccommunity »

I am trying to import data from a table and create an xml file from all the data in the table (select * from table to XML File) How would I do this?
Post Reply