Welcome to the second part in a two-part series on how to track page visits on your web site. This article will discuss how to make a script that allows you to view the URL's that have been passed through track.asp (we made this in part one) and how many times that URL has been passed through.
Below is the code for "trackstats.asp", which will show the stats for track.asp. Before executing this script you must create the database discussed in part one and name it "track.mdb".