creating a csv file on webpage

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
nutstretch
Forum Contributor
Posts: 104
Joined: Sun Jan 11, 2004 11:46 am
Location: Leicester

creating a csv file on webpage

Post by nutstretch »

I want to gather information from a website form and email the results as a csv file. Is this possible and any pointers to where I look for information

Thanks in anticipation

Nuts
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

http://uk2.php.net/fputcsv

PHP5 only .. but if you're running 4 there's some helpful pointers in the manual comments for that page.
Post Reply