Basic write to csv

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
daveluff
Forum Newbie
Posts: 7
Joined: Fri Jul 23, 2004 6:32 am

Basic write to csv

Post by daveluff »

Hi everyone,
I am a complete newbie to php so some help would be great.
I have a csv file, I need to create a php script that will write additional data to the csv file.

Any help would be great.
Dave
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

daveluff
Forum Newbie
Posts: 7
Joined: Fri Jul 23, 2004 6:32 am

Post by daveluff »

am i wrong or does that link give script for creating a csv file?
I already have my file, I just need to be able to add more to it.

Thanks a lot,
Dave
litebearer
Forum Contributor
Posts: 194
Joined: Sat Mar 27, 2004 5:54 am

Post by litebearer »

Try here - complete tutorial (read/write etc)

http://www.phpnoise.com/tutorials/20/1
Post Reply