I am logging hits to my site in a database.
How would I display the most popular pages visited ( other than default.asp ) and how would I display the LEAST visited pages? I am a newbie but I think it's some sort of count and group?
my database looks like this:
table: pagelog
page_name | date_visited
---------------------------------
somepage.asp | 1/2/2001
So I need to count the page_name column I guess?
Any advice would be greatly appreciated. Thanks.
John
How would I display the most popular pages visited ( other than default.asp ) and how would I display the LEAST visited pages? I am a newbie but I think it's some sort of count and group?
my database looks like this:
table: pagelog
page_name | date_visited
---------------------------------
somepage.asp | 1/2/2001
So I need to count the page_name column I guess?
Any advice would be greatly appreciated. Thanks.
John