Og kannanir..?
sex is an emotion in motion
<? $file = "counter.txt"; $fp= @fopen($file,"r+"); //opnar file-inn $myCounter = (int)fgets($fp,10000); ++$myCounter; rewind($fp); fwrite($fp,$myCounter); //skrifar töluna fclose($fp); echo $myCounter; //sýnir töluna ?>
<? include("counter.php"); ?>