> 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]
- [PHP] fgetcsv Steve Wade
- RE: [PHP] fgetcsv Jason Murray
- RE: [PHP] fgetcsv Steve Wade
- RE: [PHP] fgetcsv Jason Murray
- [PHP] fgetcsv zhuravlev alexander
- Re: [PHP] fgetcsv Derek Ford