technology made simple.

Export data from MySQL to CSV using PHP

Thursday, March 20th, 2008 Posted in webdev | No Comments »

In a recent project, we were collecting registrations for an event using a PHP web form and a MySQL database. The office worker wanted to download all of the collected data in an excel file. In a subsequent meeting with ...