Hi all, I was wondering, how can I keep track of the number of times each link on my site has been clicked on? Thanks in advance.
easiest way is to use google analytics, but if want your own tracker you can write a function which get's executed at the beginning or end of every page and saves all visitor data.