|
Website designed, hosted and maintained by BarkingApple.com
$filename = "count.txt";
$fp=fopen("$filename","r");
$count=fread($fp, filesize("$filename"));
fclose($fp);
$count++;
$fp=fopen("$filename","w+");
fwrite($fp,$count);
fclose($fp);
// Use this line below if you like to use this counter to count hits in a PHP file.
//echo "This page has been visited $count times.";
// Use this line if you like to use this counter to count hits in a HTML file. You also need to add a code in your HTML file. See the guide for details.
echo "document.write('$count');";
?>
Providing professional website design & hosting in Cedar Rapids, Iowa and surrounding areas in eastern Iowa Cedar Rapids Web Design, Cedar Rapids Logo Design, Cedar Rapids Graphic Design, Cedar Rapids Web Designer, Cedar Rapids Logo Designer, Cedar Rapids Website Designer, Cedar Rapids Website Design, Cedar Rapids Web Site Design, Web Design Cedar Rapids, Logo Design Cedar Rapids, Graphic Design Cedar Rapids, Web Designer Cedar Rapids, Logo Designer Cedar Rapids, Graphic Designer Cedar Rapids. |