mysql query into csv help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
gurjit
Forum Contributor
Posts: 314
Joined: Thu May 15, 2003 11:53 am
Location: UK

mysql query into csv help

Post by gurjit »

hi all,

what i want to do is take a mysql query and dump the data from this query into a csv file which is then downloaded to the users hard drive.

has anyone done this before?

thanks in advance
User avatar
Wayne Herbert
Forum Commoner
Posts: 34
Joined: Tue Apr 29, 2003 3:13 pm
Location: Houston, Texas

Post by Wayne Herbert »

Use phpMyAdmin... let's you export in all sorts of formats, including csv
Post Reply