how to picks the data from database and put into csv file
Posted: Tue Jul 22, 2008 2:06 am
I want to download csv file containing states.All states are available in the states table
Any one can pls help me
Any one can pls help me
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
SELECT * INTO OUTFILE ...