Best Tutorials website
Latest tutorials

Advertisment

Simple Text-based counter

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.


Views: 1010 | Rating star | by Jarry
PHP - Counters

graphical counter

graphical 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...


Views: 1001 | Rating star | by Ben
PHP - Counters

text counter

text counter

A simple no frills text counter that does illustrate some basic file handling in PHP


Views: 1019 | Rating star | by Nick
PHP - Counters

Serving Graphical Web Page Counters from a PHP Script

Serving Graphical Web Page Counters from a PHP Script

This tutorial is intended for PHP programmers interested in learning how to apply PHP's GD image manipulation support. Readers interested in...


Views: 877 | Rating star | by Adam
PHP - Counters

Counter

Counter

Learn how to make a text counter in PHP.


Views: 888 | Rating star | by Mark
PHP - Counters

Show the Number of Users Online

Show the Number of Users Online

This script will explain how to display the number of users online using your website.


Views: 855 | Rating star | by Daniel
PHP - Counters

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.


Views: 826 | Rating star | by Tutorial
PHP - Counters

Hit Counter

Hit Counter

Create your own counter script using a basic knowledge of php + mysql script and keep your stat into database for analysis.


Views: 867 | Rating star | by John
PHP - Counters

Real Visitor Counter

Real Visitor Counter

This tutorial will show you how to make a simple real visitor counter. It's mean that when someone comes and browse your site or refresh your...


Views: 846 | Rating star | by Slicer
PHP - Counters

A simple hitcounter

A simple hitcounter

How to make a nice hitcounter using textfiles.


Views: 804 | Rating star | by Simon
PHP - Counters

Top Referer Script

Top Referer Script

Have you ever wanted to know who is linking to you, ever wanted to list the top 10, 15, 20 etc.. referral's on your website? Read this...


Views: 783 | Rating star | by Mark
PHP - Counters

Users-online counter hosting

Users-online counter hosting

We all want to have as many statistics about our site usage, right? Trouble is thousands of webmasters using free web hosts haven't access to...


Views: 834 | Rating star | by Adam
PHP - Counters

Simple ip counter based on PHP & mysql

Simple ip counter based on PHP & mysql

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...


Views: 968 | Rating star | by Amy
PHP - Counters

Visitor counter

Visitor counter

This tutorial shows you how to count the number of visitors on your site using php.


Views: 794 | Rating star | by Jason
PHP - Counters

Unique Hit Counter

Unique Hit Counter

A very easy unique hit counter, have it on your site in as little as five minutes.


Views: 860 | Rating star | by Amy
PHP - Counters

Create a Unique Hits Counter Using PHP and MySQL

Create a Unique Hits Counter Using PHP and MySQL

Learn how to create a unique hits counter that saves data into a MySQL database.


Views: 826 | Rating star | by Sarah
PHP - Counters

Create a Unique Hits Counter

Create a Unique Hits Counter

In this tutorial you will learn how to create a unique hits counter that writes to a text file.


Views: 875 | Rating star | by John
PHP - Counters