Page 1 of 1

CSV file generation from database columms

Posted: Thu Jul 23, 2009 5:24 pm
by varma457
Hi,

I am just wondering,How do we create csv file by using php..

anybody help me regarding this..

Re: CSV file generation from database columms

Posted: Thu Jul 23, 2009 5:38 pm
by requinix
Try fopen, fputcsv, and fclose.

And whatever database functions you need.