 | PhpNets Text counter |
|
| PHP Tutorials > Counters |
| |
 | Simple Pageviews Counter |
| With this simple and straight-forward tutorial, you can learn how to create and implement a counter that updates every time a page is viewed. |
| PHP Tutorials > Counters |
| |
 | Text counter |
| A simple no frills text counter that does illustrate some basic file handling in PHP |
| PHP Tutorials > Counters |
| |
 | Simple Hit Counter |
| Counters are used in many websites so that the webmaster will be able to see how many people come to their website. They are used throughout the web on numerous websites, sometimes all too common. I recommend not using a counter unless you have a decent w |
| PHP Tutorials > Counters |
| |
 | Simple Hit Counter Script Part 2 |
| 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. |
| PHP Tutorials > Counters |
| |
 | Simple Text-based counter |
| A very basic tutorial with working example. It shows beginner how to make a simple text counter by opening, reading, and writing to files. |
| PHP Tutorials > Counters |
| |
 | Graphical counter |
| Ever wanted to know exactly how many guests are actually visiting your site within the past 5 minutes? Now you can with the following code! |
| PHP Tutorials > Counters |
| |
 | Simple Flat File Counter |
| 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. |
| PHP Tutorials > Counters |
| |
 | Plain Language Guide to Using PHP3 Counters |
| 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. |
| PHP Tutorials > Counters |
| |
 | Text based Counter |
| 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. |
| PHP Tutorials > Counters |
| |
 | Simple Hit Counter Script Part 1 |
| 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 d |
| PHP Tutorials > Counters |
| |
 | Counter without a Database |
| A counter is an essential part of any website. In this tutorial we will use PHP to create our own counter. Given that not everyone has access to a database, this tutorial will save the hits to a .dat file. |
| PHP Tutorials > Counters |
| |
 | Simple clicks counter script |
| Learn how to design a proper database table and write some simple PHP script which will count each click made on the item by the visitors of your page. |
| PHP Tutorials > Counters |
| |
 | Serving Graphical Web Page Counters from a PHP Scr |
| This tutorial is intended for PHP programmers interested in learning how to apply PHPs 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 tutoria. |
| PHP Tutorials > Counters |
| |
 | Text counter |
| A very detailed tutorial of how to create your own flat file text counter. No database required! |
| PHP Tutorials > Counters |
| |
 | How to create a unique visitors counter |
| In this tutorial you will be tought how you can fairly easy create a unique visitors counter for your website. This way you will know exactly how many different people have visited your website. |
| PHP Tutorials > Counters |
| |
 | How does a simple hitcounter work? |
| This is a short tutorial on how to make your own simple hitcounter in PHP. |
| PHP Tutorials > Counters |
| |
 | Show the Number of Users Online |
| This script will explain how to display the number of users online using your website. |
| PHP Tutorials > Counters |
| |
 | Counting unique visitors |
| This tutorial will teach you how to create your own advanced counter. This is not a common way when you need to write each time when user reloads the page, but this is cookies based technique for counting real people. You will be able to count old and new |
| PHP Tutorials > Counters |
| |