I'm trying to create a link type system which counts the number of clicks a certain link has. Right now, the script updates the count in the DB, and then redirects to the URL via a META redirect. Is there a better way? I've tried it by using header redirects, but get header_already_sent messages.
Thanks for your help
Sphen001