Forum Moderators: coopster
Maybe take a look for a link tacking script and see if that can help you get the data you need stored in a db then you can just do simple queries for this information.
If it's internal, any web stats program or service will do the trick ... iwebtrack, webtrends, hitbox, etc.
If it's external, the script suggestion is the way to go. Make a database, and make a script that redirects the user. Then instead of linking to www.othersite.com link to yourscript.php?link=www.othersite.com
yourscript.php will insert the link in your database, and then redirect the user to that site.
Then you can run any number of queries against the database to see how popular each link is. You could even store the date/time and calculate most popular times of the day, etc.