Zend - The PHP Company




Counters

Add Code


another simple text counter  

Type: code fragment
Added by: idban
Entered: 20/03/2000
Last modified: 07/12/2001
Rating: **** (21 votes)
Views: 20765
another simple text counter


<?
// create count.txt, embbed the script to your .php file
?>
was tracked <?
$file 
fopen("/location/of/count.txt","r+"); 
$counter fread($filefilesize("/location/of/count.txt"));
fclose($file);
$counter +=1;
$file fopen("/location/of/count.txt","w+");
fputs($file$counter);
fclose($file); 
?>
 <? include("/location/of/count.txt"); ?> visitors.


Usage Example


See the example


Rate This Script





Search



This Category All Categories