ID: 25229 Updated by: [EMAIL PROTECTED] Reported By: curt at zirzow dot dyndns dot org -Status: Open +Status: Closed Bug Type: Feature/Change Request PHP Version: 5.0.0b1 (beta1) New Comment:
Thank you for your bug report. This issue has already been fixed in the latest released version of PHP, which you can download at http://www.php.net/downloads.php This function as added to PHP 5.1.0RC1 See: http://php.net/fputcsv Previous Comments: ------------------------------------------------------------------------ [2003-08-24 20:04:41] curt at zirzow dot dyndns dot org Description: ------------ might be nice to have a function that handles csv put data too, somthing like: int fputcsv (resource handle, array data [, string delimiter [, string enclosure]]) That way if a person want to export data from a database to a csv file, it can easily be done using fputcsv instead of writing their own function that escapes the properly escaped data. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25229&edit=1