I am looking to create a button on a website that visibly shows how many people have clicked on it. Much like a Facebook 'like' button but without the social media interaction. It's essentially a button that someone clicks and the numerical value beside increases per unique visitor.
Is this even possible? If so, How? I have searched high and low but with no luck!
You would have to have an onlick function that would run your script. Get the users ip address and check to see if it is in your database if not add it. Then get the total number if ips in the list and there is your new counter number