> Hi all - just wondering if anyone knows of a function like 
> fputcsv - that is, writes a line to a csv file - opposite of fgetcsv.

A CSV file is just a text file with a different file extension,
so you can use fgets to write it out...

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to