Free Page counter PHP script
This free page counter php script uses the fopen(), fread(), fwrite(), and fclose() functions to read and update a text file that stores the current value of the counter. The text file “counter.txt” must be created and initially set to zero before this script can be used.