zend.com said:In this tutorial, you will learn how to:
Gather the IP address, Date, Browser, OS Platform from each Web visitor
Distinguish Onsite visitors from Offsite visitors
Calculate daily total hits and daily distinct hits (those that come from a unique IP address)
Generate gif images using PHP to dynamically present your data
zend.com said:In this tutorial, you will learn how to:
Display number of hits by Year, Month and Week.
Display the last seven Daily average hits.
Display the number of visitors using a broader number of browsers and operating systems.
Calculate the top ten visitors to your site and their frequency.
Calculate the top ten referring sites.
Create a statistical analyzing system complete with dynamically generated numbers
zend.com said:This tutorial relies on a database package other than PHP. For data storage, MySQL will be used as the database. In the previous tutorial, a database was defined to gather information from a Target Web Page. PHP code was added to the Target Web Page's script and a secondary graphics generation page (script) was created. The model was then pieced together with a main analytical PHP page. This enabled processing of the collected data, before being displayed in a simple, yet clear format.
[/quote