Databases: DB Connect with XML
Venkatesh balakumar (contact me)
This class can be used to create XML documents from data returned by MySQL queries.
It can connect to a given MySQL database host and execute a given SQL query.
The class can retrieve the query results and generate a XML document that contains the total number of result set rows, as well the actual result set data.
The generated XML document is returned as a single text string.
Click here for detailed information about this class on phpclasses.org