Skip to content Skip to sidebar Skip to footer

Count Number Of Clicks On A Link (Without Onclick)

I have links such as these ''''''' stored in a mysql dat

Solution 1:

You need to rewrite the URL to first hit some other server you can use for statistics gathering, and then redirect the user to their initial URL.

This is the sort of thing used by Twitter or Facebook any time you click one of their off-site links.

Essentially, you're writing a URL shortener.


Post a Comment for "Count Number Of Clicks On A Link (Without Onclick)"