PHP Classes
elePHPant
Icontem

MySQL to XML: Generate XML document from a MySQL database data

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2005-09-07 (11 years ago) RSS 2.0 feedStarStarStar 49%Total: 4,262 All time: 671 This week: 1,042Down
Version License Categories
mysqltoxml 1.0.0FreewareXML, Databases
Description Author

This class can be used to generate XML documents from data of a given MySQL database.

It can either dump the data of the results of a given SQL query, or dump the all the data of all database tables.

The XML documents are generated using the PHP DOM XML extension . The generated documents are stored in files with paths based on the database and table being dumped.

Picture of Subramani
Name: Subramani <contact>
Classes: 1 package by
Country: India India

Details
/*
This is an open source class file to converting mysql table datas into xml.
*/

Note:

you must give the following details:

1. hostname
2. database username and password
3. database name
4. sql query.



  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example example program to explain
Accessible without login Plain text file readme.txt Doc. readme file
Plain text file xmlclass.inc Class class to convert mysql to xml

 Version Control Unique User Downloads Download Rankings  
 0%
Total:4,262
This week:0
All time:671
This week:1,042Down
 User Ratings  
 
 All time
Utility:58%StarStarStar
Consistency:66%StarStarStarStar
Documentation:66%StarStarStarStar
Examples:66%StarStarStarStar
Tests:-
Videos:-
Overall:49%StarStarStar
Rank:2159