blackhatdamo
Registered Member
- Apr 6, 2012
- 86
- 27
Hi does anyone know where I can find out how to do this?
I want to create a site that alters a link structure based on how many clicks each link gets, for example:
User clicks on link number 4 more than link number 1, in this scenario the code would have to record the amount of clicks and then rearrange the links in order of clicks.
Or if it would be easier display the most popular link somewhere else like in another element such as a box that displays 'link of the month' or something.
I want to be able to only track certain links and elements by using a class id.
I have looked high and low and the only thing I can find is
but I don't know how or where to edit it for my needs.
Thanks
I want to create a site that alters a link structure based on how many clicks each link gets, for example:
User clicks on link number 4 more than link number 1, in this scenario the code would have to record the amount of clicks and then rearrange the links in order of clicks.
Or if it would be easier display the most popular link somewhere else like in another element such as a box that displays 'link of the month' or something.
I want to be able to only track certain links and elements by using a class id.
I have looked high and low and the only thing I can find is
Code:
www.phpdevtips.com/2011/07/simple-advanced-click-tracking-using-php-and-mysql/
but I don't know how or where to edit it for my needs.
Thanks
Last edited by a moderator: