Package:
DB Connect with XML
Summary:
Generate XML documents MySQL query results
Groups:
Databases, PHP 5, XML
Author:
Venkatesh balakumar
Description:
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.