PHP Classes / Resultset2xml

Generate XML documents from MySQL query results

Resultset2xml PHP Class

This class can be used to generate XML documents from MySQL query results. It traverses a result set of an already executed SELECT query and maps query results column values into nodes of data of the XML document. The XML document root node tag, the tag of each result row, and the tags of each result row column are configurable. The resulting XML document is returned as a single string.

Similar PHP Classes

Search in PHP Classes

Filter by tags