Re: [PHP] fputcsv() (was: best way to read a file)
Didn't test. http://www.php.net/manual/en/function.fgetcsv.php *blair at squiz* 14-Aug-2001 07:19 Here is a function that takes an array and adds a CSV line to the passed file pointer. #- function fputcsv ($fp, $array, $deliminator=",") { $line = "";
Re: [PHP] fputcsv ?????? (was: best way to read a file)
A fputcsv() would be nice, doesn't seem to exist (yet) though ? bvr. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php