HitCounter FullCode

<?php

$hit_count = @file_get_contents(‘count.txt’); // read the hit count from file
echo $hit_count; // display the hit count
$hit_count++; // increment the hit count by 1
@file_put_contents(‘count.txt’, $hit_count); // store the new hit count

?>
– Hits

Mahalo

SIGNATURE:
Clifford "RAY" Hackett www.rayis.me RESUME: www.rayis.me/resume

I founded www.adapt.org in 1980 it now has over 50 million members.
$500 of material=World’s fastest hydrofoil sailboat. http://sunrun.biz

Leave a comment