Topic: linksplus module: suggestions on the best way to record hits?
hi all. i'm redoing my web links module so that it will keep track of the day a link was submitted and how many times a user has clicked on a link. on the links page i list the 10 newest links and the ten most popular links.
the new module looks very cool and i think people are going to like it. what do you think is the best method to keep track of hits? i have an int column called hits. every time a user clicks on a link to example.com, i want that row's 'hits' cell increased by 1. my first thought was to make it like a form and use post to pass the information, but this seems kind of clumsy. so i thought why not ask the community before i finish that part.
thanks for any tips.