Hi,
I am just wondering,How do we create csv file by using php..
anybody help me regarding this..
CSV file generation from database columms
Moderator: General Moderators
Re: CSV file generation from database columms
Try fopen, fputcsv, and fclose.
And whatever database functions you need.
And whatever database functions you need.