I want to be able to have links on a page and have visitors be able to see how many times that link has been clicked on when they hover their mouse over the link. Does anybody know how to do this so it automatically updates? Thanks
Set the countr for the link, when the link is clicked update it accordingly and you page which displays link on it, it will be added dynamically by any serverside scripting language with current counter value.