Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Usage Statistics

Status
Not open for further replies.

fatcodeguy

Programmer
Feb 25, 2002
281
CA
What would I do if I wanted to calculate how often the site is visited ? Is there a script that does this ? Or is it more a web-hosting task?

Thanks
 
It is not done with javaScript since there is no way to retain information (no filesystem access).

It is not difficult to do... I use a simple Perl script that just increments a count in a text file and an SSI (Server Side Include) on the pages I want to keep track of.

Many times your web provider will offer site statistics.

Good luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top