This counter made by very simple PHP code. This code shows the number of webpage's visitor by normal text and +1 everytime someone refresh this page.
This tutorial require 1 PHP file and 1 table of mySQL database.
- easy_counter.php
- Database "tutorial" and table "easy_counter" with 1 fields: visitor(Int, 11). You need to insert a first one record with "0".
easy_counter.php