Ich krieg meinen counter net hin was muss ich mit diesem Code machen das es geht???
<?php
$counterFile="counter.txt";
$fp= fopen($counterFile,r);
$num= fgets($fp,5);
$num ++;
$suc=fclose($fp);
print "Sie sind der -[$num]- Besucher";
$fp=fopen($counterFile,w);
$suc=fputs($fp, $num);
$suc=fclose ($fp);
$file = file($fip);
if
(in_array($file);
{
}
else
?>
Danke im Vorraus!!!