- 1,251 categories
- 40,829 scripts
- This is a very simple counter written in PHP. This counter can give you the count of visitors to your site. As databases are not used, it is very simple to configure and use.
- This is a very simple website counter script written in PHP3. It uses
MySQL to store the count data and can keep a unique count for each page it
is used on, or it can use the same counter for all pages, or a combination
of both.
- The function UpdateHitCount gets the global variable $pageHitCount, increments it, and actually writes the new value back into $filename, as the first line of PHP code. By storing the page''s hits in itself, you can eliminate the need for anothe...
Page: