Convert MySql database records to XML in PHP

Casje

New Member
My PHP script is calling MySQL and getting bunch of records. Is there a function/library in PHP that converts SQL database records into XML? Something like \[code\]myDBRecords.ToXML()\[/code\]
 
Back
Top