Final Part of the tutorial that helps your to build your own hit counter with some basic features. Consists of data for last 24 hours, No of users online for the past 5 minutes. It's simple & effecitve
Version: n/a Platform(s): n/a Updated: Sun Jan 9 2005
Build your own newsletter script using the power of php and mysql, users can subscribe to this newsletter and also unsubscribe, script checks if there is user already exists and more things...
Version: n/a Platform(s): n/a Updated: Sun Feb 27 2005
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 download and implement on your website.
Version: 1.0 Platform(s): linux, windows Updated: Wed Feb 9 2005
New to PHP? This tutorial teaches you how to make a PHP Counter, without using MySQL, so if you do not have access to MySQL then you can still do it.
In the tutorial you will learn the basics of file handling and sessions, which are vital operations in most PHP scripts.
If you can't seem to crack it then I have added the full script at the end just incase.
Version: n/a Platform(s): linux, windows Updated: Sat Jan 22 2005
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 website that will attract a lot of visitors, but you may do so anyways if you so desire. Enough small talk, time for the actual tutorial.
In this tutorial you will need to create two files. The first one is a text file called "counter.txt" that will be used to keep track of the number of visitors. The second file is a php file called "visit.php" that will be used to add to the number of visitors. So create those two files on your website both in the main directory. Open up the "counter.txt" file in notepad or any other text editor that you prefer to use and type in the number zero and save the file.
Version: 1 Platform(s): linux, windows Updated: Mon Dec 20 2004
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.
Version: n/a Platform(s): Unix, Win NT Updated: Fri Feb 27 2004
This tutorial is intended for PHP programmers interested in learning how to apply PHP's 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 tutorial. You should be able to create a table using the MySQL command interface, and must know how to create a GIF using any commercial paint program.
Version: n/a Platform(s): n/a Updated: Mon Jun 19 2000
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.