Daily Hit CounterThere are many ways to track usage of a website. The simplest way is with a hit counter, which will give you a raw count, but will not tell you how many people are visiting on any giving day.
DAILY HITSAnother popular web statistic to track is the number of daily hits your website receives. There are several ways to accomplish this using a global.asa file, text file, or a database. In this example, we are using an include file to record the data in...
Data and Time FuncEver wanted to be able to make your ASP pages display the current date and time? Want to play around with date manipulation functions? Let us show you how.
dbHitMe Site traffic loggerdbHit: A simple traffic logger I tossed together in the start of my ASP coding days. It simply collects data from your visitors and stores it in MS Access 97 mdb file