I want to track how often links are clicked, where they're clicking on at my site etc, maybe the user IP the date/time etc.
I want going to make all links go to a page redirect.php and pass in a a link ID. So redirect.php?ID=3354
3354 would be a datebase ID for phpbuilder.com. I would then insert timestamp, IP, refer URL etc into a database then send the user to the end URL.
Sounds okay but i'll end up with thounds of robot entries. How can I eliminate them or how else can I do this?