Date: 02/25/99
- Next message: thies: "[PHP-DEV] CVS update: php3/functions"
- Previous message: thies: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bug Database schrieb:
> 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],");
>
The colon is just for seperate the fields (I am writing an ASCII-Export
from a MySQL-Database),
> why don't you write it
> $data[$i] = $row[$i];
>
I tried this idea, but it had no effect on the writting problem.
> or fputs ($fp, $row[$i]);
>
I tried this idea, but it had no effect on the writting problem.
The Data only be written in the File when there one byte exists in the
File. !?
Do you know any export-ascii script ?
> Rene.
---------------------------------------------------------------------
C O M W A R E
Rene Matthaeus mailto:rene.matthaeus <email protected>
Wilhelm Passavant Str. 4 fone: +49-(6120)-92-18-88
D-65329 Aarbergen fax: +49-(6120)-92-18-99
Germany http://www.comware.de
---------------------------------------------------------------------
-- 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: thies: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

