phpbar.de logo

Mailinglisten-Archive

[php] Frage zu fopen()

[php] Frage zu fopen()

Wolfgang wbh_(at)_euta.net
Wed, 28 Jun 2000 10:36:33 +0200


>// das hier nicht:
>$fh = (fopen ($this -> formDestination['filename'], "a")) || die ("Kann
>CSV-Datei nicht offnen!");
>fwrite ($fh, $string);

>Warum ist das so?

Hi Daniel,

Probiers mal damit: 

$fh = fopen ($this -> formDestination['filename'], "a")) ?
fopen ($this -> formDestination['filename'], "a") : "Kann CSV-Datei
nicht offnen";
fwrite ($fh, $string);

(nicht getestet!)

Gruss Wolfgang

-- 
** Durchgehend geoffnet: http://www.php-center.de **
Die PHP-Liste: mailto:php_(at)_php-center.de
http://infosoc.uni-koeln.de/mailman/listinfo/php



php::bar PHP Wiki   -   Listenarchive