Search found 1 match
- Tue Jun 22, 2004 5:05 am
- Forum: PHP - Code
- Topic: Save contents of a database as an XML or CSV file
- Replies: 5
- Views: 2524
Save contents of a database as an XML or CSV file
Hi, I would like to know how to save the contents of a database to an XML or a comma-delimited file using only PHP. Below is the basic process 1. Select required data from a table in the database 2. Format the data to the required specification e.g. XML, CSV, etc 3. Create the file 4. Prompt user fo...