Page 1 of 1

creating a csv file on webpage

Posted: Fri Feb 24, 2006 4:02 am
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

Posted: Fri Feb 24, 2006 5:30 am
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.