This is a class that implements a counter. You don't need a database, since it stores the number of visitors in a file. It uses cookies to track your visitors. You should put
the class in a file (say counter.inc) and include it in your scripts. You can customize the looks of the counter by extending the class.