Page 1 of 1

Click Counter

Posted: Sun Dec 19, 2021 12:01 pm
by VicL
Hi Guys,
Using WB15. I have a page which contains several links to both emails and websites. Does anyone have an extension or anything else that will count the number of clicks on each link and save the data, maybe with the date of each click?
Many thanks.
Vic.

Re: Click Counter

Posted: Sun Dec 19, 2021 12:35 pm
by BaconFries
There isn't any extension for this, this would require a custom script using PHP and a database Mysql or flat file to save and store the data.
A good place to start for such a script is Google which gave me the following (from 2015) that you could adapt.
http://blog.fofwebdesign.co.uk/23-click ... e-ajax-php

Re: Click Counter

Posted: Sun Dec 19, 2021 1:06 pm
by VicL
Thanks Bacon Fries,
Instant action... as always!
That looks pretty near to what I'm looking for. I'll delve a bit deeper to see what I can do with it.
Vic.