Advertisment
Learn how to create a layered web stats report generating script complete with dynamic graphs.
This function saves the referrals to a text file. Each url will only be saved once.
This tutorial is intended for the PHP programmer interested in gathering and analyzing Website statistics in a presentable format using MySQL and...
This is an extensive tutorial that will show how to gather and analyze Website statistics in a presentable format using mySQL and PHP. You will...
In this continuation of the article, 'Logging With PHP,' the author explains how to build a PHP/MySQL-driven Web traffic logging and...
This one page tutorial show you how to use PHP to display your site traffic statistics on the fly at any time. Along with its supplied PHP script,...
Don't have access to your server logfile? Here, you will find how to create your own logfile using PHP. It is basically a small PHP script...
Have you wondered where and how people leave off your site? Well, this one-page tutorial shows you how to setup a PHP redirection script with...
Getting information about your visitors is interesting and sometimes useful for generating statistics, especially when you have a high traffic.
This tutorial will show you how to make a sql table for all your downloads, and also how how many times any of the files in it have been...
There are many different traffic analysis tools, ranging from simple counters to complete traffic analyzers. Although there are some free ones,...
This tutorial shows how to obtain information about your user such as the web page they came from, the page being accessed, and the user's IP...
This tutorial show you php script that count how many users are active on your site.
A simple service for geolocation of visitors. No databases equired. Instead, info is stored in individual files. General database is available, or...
It's nice to know how many visitors your site gets. To get you started I show you how to log statistics of all your visitors, in a simple way....
The most important part of your website is your visitors. You should know where they come from, what they use, where they go. There are various...
In this tutorial I will show you how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1...
Learn how to make your own line graph using GD functions in PHP, based on traffic statistics for a desired page. So this tutorial will require a...
Ever wanted to count certain hits for a page reading or maybe even a file counter? How about counting how many times a mysql table was read? With...