Turn SQL into XML with PHP
Document Sample


Turn SQL into XML with PHP Easily convert the results of a database query into an XML document Level: Intermediate Vikram Vaswani, Founder, Melonfire 24 Jul 2007 Ever wished for an easy way to transform SQL result sets into XML? It's a PEAR package named XML_Query2XML, and it provides a comprehensive framework to efficiently turn the results of a database query into a customizable XML document. This article introduces the package, and demonstrates useful real-world applications, including using it with XSL and XPath, combining it with data from external Web services, and creating database dump files. To view the complete document CLICK HERE
Get documents about "