Forum Moderators: DixonJones
But now:
How can I measure that? My log analyzer doesn't help.
And counting hits to exit.php is not enough (because that collect several clicks for different sites)
I want to determine how many visits I'm sending monthly to each external site.
Is there any php script, tool or free service for that?
Thank you!
If a link is clicked it goes to your traking page, updates a feild (value + 1) in the DB and then redirects to the page. Then you have a a count.
Try hotscripts for click counter. You dont say what platform you have at your disposal. I tried messing around with doing it with text files, but it was easier to get a host with a db. Access works, but mysql would be better when reading and writing.