PHPMini Counter is a counter that counts both total hits, and hits per day. This counter is very easy to use, and can be included in almost any section on your site.
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().
So you want to know where your visitors come from and how many come from that place? Well, this is just the tutorial for you. The object of this tutorial is to keep track of not only the number of ...
This tutorial will teach you how to make a flat file script that records where all your hits are from. It is very useful to know which site you are likely to get more hits from in futur.
This tutorial teaches you the basics of creating a Unique hits counter, in a easy-to-learn step-by-step process. This is ideal for php beginners/learners. It's easy layout helps you understand ...
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.
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...
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 ...
New to PHP? This tutorial teaches you how to make a PHP Counter, without using MySQL, so if you do not have access to MySQL then you can still do it. In the tutorial you will learn the basics of ...