$pagecount=0; // read from existing file in cgi-bin/counters/ named filename.ext.count $counterfile="servicescount.txt"; if(!$fp=fopen($counterfile,"r+")): echo "Unable to open $counterfile\n"; else: $pagecount=intval(fgets($fp,10)); $pagecount++; rewind($fp); fputs($fp,strval($pagecount)); fclose($fp); endif; $time=time(); // output the count anywhere on the page // if($pagecount): echo $pagecount; endif; ?>
![]() |
||||||||||||
![]() |
||||||||||||
|
|
||||||||||||
|