Click to See Complete Forum and Search --> : i need a "best" web counter


mark9876
January 14th, 2005, 12:46 PM
hi all,
could you give me suggestions about "best" web counter (free) - i find too many from google - it is very hard to choose one.

which one are you using now? which one is the "best" one?


thx

khp
January 14th, 2005, 02:12 PM
Best ?, what do you mean best ?
Simplest, fanciest, most precise, fewest requirements, etc....

In it's simplest form a web counter in PHP need not be more than one or two lines of code.

Davey
January 16th, 2005, 03:07 PM
You could easily implement a counter yourself by storing the number of page hits in a text file or database and increment the count everytime you serve a page. If you implement this yourself, you can get it to do exactly what you want and it shoudn't be too hard.