Date: 02/25/99
- Next message: thies: "[PHP-DEV] CVS update: php3/functions"
- Previous message: Rene.Matthaeus <email protected>: "[PHP-DEV] Bug #1183: File write Access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: thies: "[PHP-DEV] CVS update: php3/functions"
- Previous message: Rene.Matthaeus <email protected>: "[PHP-DEV] Bug #1183: File write Access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

