Image based hit counter in PHP to keep track of visitor.
Here we are going to design simple image based hit counter to keep track of visitor. We are going to keep record in a text file so we do need any kind of database. We are going to keep whole record in counter.txt file. In the same directory where you putting the PHP file for this counter, create a file 'counter.txt' and CHMOD it to 0777. Initially put 0 in it and save the file. As this counter is image based we are putting our Image in "imgs" folder.
Visit publisher site: Image based hit counter in PHP to keep track of visitor.Listing Details
- Version:
- 1.0.0
- Filed in:
-
Scripts / PHP / Tutorials & Tips / Counters
- Submitted on:
- Last Updated:
- May 15, 2008
- Publisher:
- Chetankumar Akarte Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
Why can I add zeros before the counter figures, I need to put zeros in before the numbers to look like this: "0000121" and the echo is no displaying the echoed message. why?
Bottom Line: No, I would not recommend this to a friend