Mailinglisten-Archive |
> 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