phpbar.de logo

Mailinglisten-Archive

[php] php counter ...

[php] php counter ...

Egon Schmid eschmid_(at)_s.netic.de
Tue, 04 Apr 2000 17:17:00 +0200


Tobias Hennchen wrote:

> ich habe einen phpcounter auf einer meiner seiten
> seit etwa einer woche etwa bringt der browser mir fehlermeldungen
> wenn ich auf diese seite gehe ... dabei habe ich nichts an dem script
> geändert.  vorher hat es einwandtfrei funktioniert ..

> $fp=_(at)_fopen($counterfile,"r+");

Mach hier mal das _(at)_ weg, damit man einen Fehler sieht.
 
> $count=(int)fgets($fp,100);
> 
> $count++;
> 
> rewind($fp);
> 
> fputs($fp,$count);
> 
> fclose($fp);
> 
> ?>
> 
> Fehlermeldung :
> 
> Warning: Unable to find file identifier 0 in
> /usr/httpuser/thci/www/index.php3 on line 97
> 
> Warning: Unable to find file identifier 0 in
> /usr/httpuser/thci/www/index.php3 on line 101
> 
> Warning: Unable to find file identifier 0 in
> /usr/httpuser/thci/www/index.php3 on line 103
> 
> Warning: Unable to find file identifier 0 in
> /usr/httpuser/thci/www/index.php3 on line 105

file identifier 0 heisst, die Datei counter.txt gibts nicht oder konnte
nicht geöffnet werden.

-Egon

-- 
Six Offene Systeme GmbH. Stuttgart - Berlin - New York.
Fon  +49 711 9 90 91 64 · Fax  +49 711 9 90 91 99 · http://www.six.de/


php::bar PHP Wiki   -   Listenarchive