[PHP-DEV] Bug #1183 Updated: File write Access From: Bug Database (php-dev <email protected>)
Date: 02/25/99

ID: 1183
Updated by: eschmid
Reported By: Rene.Matthaeus <email protected>
Status: Closed
Bug Type: Parser error
Assigned To:
Comments:

On what line? Is it the extra koma in
$data[$i]=("$row[$i],");

why don't you write it
$data[$i] = $row[$i];

or fputs ($fp, $row[$i]);

-Egon

Full Bug description available at: http://ca.php.net/bugs.php3?id=1183

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>