Final Part of the tutorial that helps your to build your own hit counter with some basic features. Consists of data for last 24 hours, No of users online for the past 5 minutes. It's simple & effecitve
A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory.
This shows how to create a slightly more attractive counter using counter art available . More interesting than a plain text counter but no more difficult to implement.
Part 1 of 2 Tutorial to create a hit counter using php/mysql. Some of the feature discussed in thi tutorial will be show no, of online, unique visitor , visit log & etc. A good & practical tutorial for begineers.
This tutorial is intended for PHP programmers interested in learning how to apply PHP's GD image manipulation support. Readers interested in learning how to access a MySQL database from PHP, and/or define a PHP function will also benefit from this tutorial. You should be able to create a table using the MySQL command interface, and must know how to create a GIF using any commercial paint program.