AcidReignX
Programmer
I've been trying to figure out how to keep a very basic link counter through javascript. At first I didn't think it was possible with javascript because of it's inabilities with databases. Even so, does it have to rely on perl or something?
I've looked through a couple scripts on the internet to try and figure out how they work, but they don't actually tell you how it's working, they just give you the script. Thats great and all, but I'd like to have an explanation of HOW this stuff is working so that if I want to reproduce it (which I will), I will be capable of doing so.
So can somebody teach me how to log the number of times a link has been clicked? Preferably from an external script.
I've looked through a couple scripts on the internet to try and figure out how they work, but they don't actually tell you how it's working, they just give you the script. Thats great and all, but I'd like to have an explanation of HOW this stuff is working so that if I want to reproduce it (which I will), I will be capable of doing so.
So can somebody teach me how to log the number of times a link has been clicked? Preferably from an external script.