Simple Hit Counter is a text-based hit counter. You can use it on as many pages as you want. Call it via PHP include statements or SSI exec statements. The script will create a small file (a few bytes) for each page it keeps track of.
site counter is used to track the number of visitors a web site gets during a period of time. This counter counts how many views a page has had in a day, week, month, year, and overall. It can prevent repeat visitors from being counted and can block IPs as well. It also includes an admin page that will show the totals in a user-friendly way.
ccCounter is a multi-page counter-program written in PHP with a mySQL database to store the data. It's capable of counting hits on as many pages as you like, and it's really easy to add counters to your existing pages.
This is a text based hit counter that logs unique visits to your site. Uses a cookie to eliminate refresh counting and stores information in a mysql table.
A bit of php script that you can paste into your page which will keep track of all the times a page has been loaded. Couldn't be simpler. No sql needed... just php.