Hi anyone who can help. I’m new at using PHP. This is the very first thing I’m trying to do with PHP:
creating a button that behaves like a facebook “like”, counting and displaying how many times the button has been clicked by all visitors. It doesn’t matter if the visitor is unique or not. It’s just literally how many times the button has been clicked in the button’s complete history of existence.
Thank you!