Mega Code Archive
Simple Page hit counter in PHP and a Multiple Page hit counter in PHP
This is the allows you have multiple page hit counter and is very easy to use.
";
count_hit("counter.cnt");
echo "
";
count_hit("page2_counter.txt");
echo "
";
count_hit("another_page.txt");
echo "
";
?>