CSV file generation from database columms

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
varma457
Forum Newbie
Posts: 23
Joined: Sat Jul 11, 2009 2:43 pm

CSV file generation from database columms

Post by varma457 »

Hi,

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

anybody help me regarding this..
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: CSV file generation from database columms

Post by requinix »

Try fopen, fputcsv, and fclose.

And whatever database functions you need.
Post Reply