How to Make a Simple Counter Using PHP

In this tutorial I will give you a script on how to make a counter using php. That counter is the number of visitors coming to our web page, well here I will share the script. Here are the steps:
1. Open Macromedia Dreamweaver or the like
2. Enter the script below.




3. Save the file with the name counter.php.
4. If you have a xampp server, then use the url address localhost
5. Log into your browser then create the url address like this: http://localhost.counter.php
6. So the results as shown below :



Please download the script more detail below.
May be useful




Post a Comment