phpbar.de logo

Mailinglisten-Archive

[php] fileproblem

[php] fileproblem

Misha Moellner rockdashaus_(at)_gmx.at
Sun, 29 Oct 2000 18:23:55 +0100 (MET)


> chmod("dateibk.txt",777);
> $file = fopen("dateibk.txt", "r");
> $inhalt = fgets($file);
> fclose($file);
> chmod("dateibk.txt",000);


sieht mir irgendwie danach aus, als wolltest du ein _ganzes_ file
einlesen:

$fcontents = file ($filename);

liest das ganze file in ein array.

lg,
Misha.

-- 
Sent through GMX FreeMail - http://www.gmx.net


php::bar PHP Wiki   -   Listenarchive