PHP Simple Counter Script Using MySQL
This was one of my first script that I made using php and mysql. It’s pretty short and straight forward. It’s a simple counter script. I know if you google it, you will get thousands of them.
Well, Lets get started.
Step 1: Creating a Table for your counter in MySQL
First thing you need to do is [...]