
February 16th, 2004, 10:14 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 841
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
Article Discussion: Making Usage Statistics in PHP
<FONT face="Verdana, Arial, Helvetica, sans-serif"><IMG alt=PHP hspace=5 src="http://www.devarticles.com/images/stories/icons/php.gif" align=left border=0>Making usage statistics on a web site is one of the most enjoyable things for me on the Internet. Thanks to the technology, you can see each click of each visitor, the date of the visiting, and how many seconds the user was reading your site. I use this feature to track which of my articles was read for the longest time. In this article I will show you how to store the statistics in a MySQL database, show the web stats in an HTML table and make figures based on the stats using the GD library. </FONT>
Read the full article here: Making Usage Statistics in PHP
|