Simple Text File Based PHP Hit Counter
We can create a quick simple text based hit counter for any webpage or website and there is no database requirement for that.
You will be needing two files for that.
1- one blank text file
2- PHP code file
Remember when you will upload the text file, make sure its properties are set to write (CHMOD must be set to 777. If you do it through your favorite FTP software then just right click at file and click properties/CHMOD and write in permissions box 777 or check all boxes of owner, group and public. Because we have to write in that file and file will be updated so we need write permissions at that text file)
Posted in: Hit Counter II, No Database
Post's RSS » RSS 2.0
Post's Comments RSS » RSS 2.0
Respond: Post A Comment
