You are here: DEVPPL Tutorials php counters
NOTIFICATIONS
54.330
MEMBERS
15.720
TOPICS
62.408
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Php Tutorials - Counters

counters tutorials

PhpNets Text counter

PhpNets Text counter

Rating:
(0)
Clicks: 506
Category: PHP >> Counters

Simple Hit Counter

Simple Hit Counter

Rating:
(0)
Clicks: 557
Category: PHP >> Counters
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
Simple Hit Counter Script Part 2

Simple Hit Counter Script Part 2

Rating:
(0)
Clicks: 454
Category: PHP >> Counters
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.
Simple Text-based counter

Simple Text-based counter

Rating:
(0)
Clicks: 738
Category: PHP >> Counters
A very basic tutorial with working example. It shows beginner how to make a simple text counter by opening, reading, and writing to files.
Simple Flat File Counter

Simple Flat File Counter

Rating:
(0)
Clicks: 442
Category: PHP >> Counters
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.
Text based Counter

Text based Counter

Rating:
(0)
Clicks: 570
Category: PHP >> Counters
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.
Simple Hit Counter  Script Part 1

Simple Hit Counter Script Part 1

Rating:
(0)
Clicks: 400
Category: PHP >> Counters
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
Counter without a Database

Counter without a Database

Rating:
(0)
Clicks: 469
Category: PHP >> Counters
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.
Simple clicks counter script

Simple clicks counter script

Rating:
(0)
Clicks: 570
Category: PHP >> Counters
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.
Serving Graphical Web Page Counters from a PHP Scr

Serving Graphical Web Page Counters from a PHP Scr

Rating:
(0)
Clicks: 485
Category: PHP >> Counters
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.
How does a simple hitcounter work?

How does a simple hitcounter work?

Rating:
(0)
Clicks: 415
Category: PHP >> Counters
This is a short tutorial on how to make your own simple hitcounter in PHP.
Show the Number of Users Online

Show the Number of Users Online

Rating:
(0)
Clicks: 410
Category: PHP >> Counters
This script will explain how to display the number of users online using your website.
Counting unique visitors

Counting unique visitors

Rating:
(0)
Clicks: 514
Category: PHP >> Counters
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
Simple PHP text users online counter

Simple PHP text users online counter

Rating:
(0)
Clicks: 87
Category: PHP >> Counters
This is a tutorial for will show you how to add a small piece of code to your php page which will tell how many users are currently browsing your websites. It posts the curently users online on a .php page
^ Back to Top