| TOTAL: 14 Page: 1 of 1 |
|
Simple Counter using MySQL 1.1
Just to learn you the basic's of PHP and MySQL. I'll tell you how to make a simple counter that counts unique and returning visitor's. Its all very simple and basic PHP and should work on any server with PHP and MySQL.

| Hits: | 9 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-06-29 |
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.

| Hits: | 27 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-05-19 |
Users Online
This flatfile-based script counts the number of users on each page of your website.

| Hits: | 20 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-04-21 |
PHP text 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. We’re going to save the amount of hits in a .dat file, so you don’t even need a mySQL database.

| Hits: | 8 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-01-29 |
Php counter with cookies
Learn how to make php counter using mysql database and cookies.

| Hits: | 20 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-11-20 |
Simple PHP powered text counter 1.0
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. We're going to save the amount of hits in a .dat file, so you don't even need a mySQL database.

| Hits: | 10 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-06-20 |
Simple ip counter based on PHP & mysql 1.0
Learn how to make a simple ip counter for your website using PHP programing language and Mysql database. In this tutorial you will learn how to make the tables on mysql database and how to program with examples the counter script.

| Hits: | 18 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-06-01 |
Basic PHP MySql Counter Tutorial
In this tutorial I will be showing you how to make a PHP hit counter using PHP and MySql. This is a basic text counter that will count every time your page is loaded...

| Hits: | 13 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-05-29 |
Hit Counter
Creates your own counter script. Using a basic knowledge of php + mysql script and keeps your visitors number to database for analysis. Overview In this tutorial create 1 file 1. counter.php

| Hits: | 164 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Simple Visits Counter without MySQL
In this tutorial we'll learn how to code a simple and basic visits counter. This counter doesn't need any MySQL database, it runs using a simple txt file to be placed in it's same folder on the server. First of all we have to create a txt file, our is named visits.txt. Open it and type "0" (only zero, without any quotation marks) in it, save and close the file. Move the file on your server, in the same folder where the script will be placed. Now create a new PHP file and save it as simplecoun

| Hits: | 124 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Simple hit counter
This tutorial will teach you how to make a simple webcounter which uses a flat file database

| Hits: | 62 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Basic hit counter using a flat text file
In this tutorial you'll learn how to create a basic PHP counter using a flat text file to count the visitors that arrive on your site.

| Hits: | 44 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Counter
Learn how to make a text counter in PHP. Sponsors - Spoono Host 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. We're going to save the amount of hits in a .dat file, so you don't even need a mySQL database. First off, you have create a directory and CHMOD it 777 so PHP can write the counter.dat file. Here is what we have to write in English: Use

| Hits: | 42 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Show the Number of Users Online
Learn how to add upload a file using the power of PHP. Sponsors - Spoono Host This script will explain how to display the number of users online using your website. You have to put this on everypage you want it to appear. It can be broken down into 2 sections. The first is creating the table, and the second is the PHP script itself. Beware you should have knowledge of PHP before attempting this. We also reccommend you have PhpMyAdmin

| Hits: | 44 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Simple Text-based counter
This simple tutorial will explain how to program a simple text-file counter. Creating a simple counter requires you do three things: Open up a file and read current count value. Add one to the current value. Read and print the new value. So for the this tutorial, first create a file called sample.php and put a 0 in it as a default start point.

| Hits: | 132 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
graphical counter
Not too difficult and the concepts are much the same as our basic text counter . Grab some counter artwork , we suggest counterart for some fine examples Create a file in this example it is called counter.txt and enter a starting number. Upload this to your server and on UNIX servers chmod to 755. Copy the following code into a new file called grcounter.php Insert the following code on the page where you wish the counter to appear.

| Hits: | 66 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
text counter
A common feature on most websites is a counter to show how many visitors have been to your site. This is our first example to show how to achieve this This example is very basic and far from ideal if you want an accurate count of your visitors because if you press refresh your counter will always increment by 1. This example does show some useful techniques such as opening and closing files . Lets go through the process one step at a time . Firstly you have to create a simple text file an

| Hits: | 54 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
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 visitors, and hits as allways. Information is stored in one MySQL table. This pretty fast method works great for heavy sites.

| Hits: | 49 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Building a PHP Counter
The way this counter works is it creates a cookie on the user's computer with their IP and it updates the count according to the status of that cookie. If the cookie is present and the IP in the cookie is the same as the user's current IP then the script knows the user has already been there and it does nothing or if it is present, but has an IP different than the user's current IP or is not present the script knows that the user is either new or was there before, but the cookie has expired so i

| Hits: | 79 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Simple MySQL PHP Hit Counter
you've got a PHP and MySQL driven website. You don't want to install a complicated hit counter, but you do want to have a way to quickly view what kind of traffic your website is getting. Without making things too complicated and building a whole new database, you can do this easily without creating a large database just for website hits with numerous rows for each hit. We want to have a method of counting the number "sessions" for the visits on your website. It is not practical to add 1 to y

| Hits: | 56 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |