Google Analytics. However, it's probably much more effort than you want if you're just looking for a counter.
What do you want it to do? Just count hits or compile stats? If you want a simple count a couple of lines of PHP does that and if you want stats your web host should have that. Why do you need or want a free counter?
No point in putting a counter on a page, except to make the page look more geocities-1995-ish.
Further thoughts? Sure! Show him how to use the various analyzers in cpanel. Not only will he have a count of unique individuals, but he can also see where those visitors are from (which countries), what days had the most traffic, what times had the most traffic, how long people spent on his site, etc. I'd think that an 81 year old would find that to be far "cooler," and the tools to do it are simply log into cpanel (have windows remember the password, and this becomes 2 clicks), and click on the analyzer that you want to use. He can even see the sites that are linking to his (if any.)
LOL. I ask for a recommendation for a good Mexican restaurant, and everyone tells me that Chinese food is better. They may be right, but it is not what I am looking for.
Thanks anyway.
MotionMan
I would say its more like you ask for a Mexican restaurant, and you have in your head already you want Taco Bell, and we all say that sucks, go to a real Mexican place, but you are already set on wanting Taco Bell.
Sorry
Actually, it more like I asked for a good fast food Mexican restaurant, but everyone kept suggesting five-star restaurants. LOL.
Thanks.
MotionMan
<?php
$file = fopen('counter.txt', 'w');
$num = fread($file, 4);
$num = $num + 1;
fwrite($file, "$num");
?>
Seriously just tell him to use sitemeter. All you have to do is copy/paste some code and your set. You can have the total # of hits appear on the sitemeter graphic that appears on your page also. You just have to select that particular style iirc.
Well?
(A Google of "free web counter" gives lots of results. I want some recommendations from actual users.)
MotionMan