Mahlzeit,
Parse error: syntax error, unexpected '.' in /usr/export/www/vhosts/funnetwork/hosting/diamonddog/download/counter_homepage.php on line 13
Dann zählen wir doch mal:
1
<?php
2
$datei = fopen("../txt/download/homepage.txt","r+");
3
$counterstand = fgets($datei, 10);
4
if($counterstand == "")
5
{
6
$counterstand = 0;
7
}
8
$counterstand++;
9
rewind($datei);
10
fwrite($datei, $counterstand);
11
fclose($datei);
12
$file= ..... ;
13
if(file_exists($file)) {
Hm - da ist kein Punkt. Aber in der Zeile dadrüber stehen 5 Stück. Ich schätze mal, die hast Du statt der normalen Zuweisung dort stehen. Was steht denn da normalerweise?
MfG,
EKKi
--
sh:( fo:| ch:? rl:( br:> n4:~ ie:% mo:} va:) de:] zu:) fl:{ ss:) ls:& js:|
sh:( fo:| ch:? rl:( br:> n4:~ ie:% mo:} va:) de:] zu:) fl:{ ss:) ls:& js:|