Subscribe
Tutorial search

PHP Counters Tutorials


We hope that you will enjoy our PHP Counters tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP Counters tutorial to our site. Thank you !

Sort by:
Simple site stats counter
Simple site stats counter
Learn how to get info about those who are visiting your website.
Difficulty:
Online user counter
Online user counter
Learn how to create a counter that shows how many users are on your website at the moment.
Difficulty:
Database driven web counter with PHP/mySQL
Database driven web counter with PHP/mySQL
This simple script stores page hits on a database file. In every visit, script counts the hits and updates database. To drive this PHP script , you need PHP, mySQL. You may setup script easily, just copy and paste following code into a page.
Difficulty:
Adjustable visit counter
Adjustable visit counter
This tutorial shows how to create cool and adjustable visit counter. It has some good features and it's very easy to integrate.
Difficulty:
Simple Page Hit Counter
Simple Page Hit Counter
In this tutorial you will be learning how to create a very basic page hit counter by using PHP. You will be able to show your visitors how many times your website’s main page has been loaded. This tutorial will also teach you how to use two PHP file functions - file_get_contents() and file_put_contents().
Difficulty:
Simple hit counter using php
Simple hit counter using php
Requirments: You should know the basics to a file system unit. Step 1: We need to create a script called ‘counter.php’ and a text file called ‘hits.txt’ WITH a value of 0.
Difficulty:
Simple Hit Counter
Simple Hit Counter
This tutorial will show you how to make a simple tutorial using PHP
Difficulty:
The 10 minutes
The 10 minutes "Getting started with RMI"¯ tutorial
Since Java 5 working with RMI (Remote Method Invocation) is very easy. You don"™t need the rmic compiler unless you work with legacy RMI clients. Now stubs are generated automatically at runtime. Let"™s see a very minimalistic example.
Difficulty:
Simple Page Hit Counter
Simple Page Hit Counter
This tutorial will teach you how to make a basic page hits counter for your website. It will show you and your visitors how many times your website has been visited.
Difficulty:
Simple Online User Counter
Simple Online User Counter
This tutorial will teach you how to make a basic online counter for your website. It will show you and your visitors the number of people on your website.
Difficulty:
Network interface details with Java 6
Network interface details with Java 6
Many times it is useful to be able to get programmatically information about the network interfaces present on a host. Java standard library include a number of classes designed to provide access to this information. The most important is java.net.NetworkInterface which suffered a major face lifting in Java 6. Now it is possible to get a lot more information about every network interface in the system. Of special importance is the ability to get the MAC address of an interface.
Difficulty:
Image based hit counter in PHP to keep track of visitor.
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.
Difficulty:
Flatfile Users Online
Flatfile Users Online
This tutorial shows you how to create a script that shows how many people are on each page of your site, without using a database. You can easily get the number of online visitors for each page as well as the whole site.
Difficulty:
FlatFile Hit counters
FlatFile Hit counters
This is a very basic, yet effective, way of displaying "hits" or page-views on your website. This version of the Hit-Counter does not require a database of any kind, it creates a text-file and stores the number of hits in there.
Difficulty:
Simple Visits Counter without MySQL
Simple Visits Counter without MySQL
Create a simple hit counter whithout using a MySQL database. It runs using a simple txt file.
Difficulty:
Total Tutorials in Category: 33