By keeping track of how many people visit your website, you can get some idea of how to improve your website as the hits start to increase. Adding a basic PHP text counter is quite easy and we will take you through each step. Tutorial and full script to download and implement on your website.
Build your own newsletter script using the power of php and mysql, users can subscribe to this newsletter and also unsubscribe, script checks if there is user already exists and more things...
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.
This tells the user their IP Address, Referrer and Browser name. It also stores it at the same time so you can view your visitors after. Simple add it onto your index file using the include().
This is a guide to installing graphical and text PHP3 counters. Graphical counter includes image size and alternate text. Both the graphical and text use the same script base.
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.