June 30, 2009 at 5:53 am (PHP)
PHP-Stats is a complete view of your site’s accesses: in fact you can know what pages are visited by your users, and in what order they do it, moreover you can know from where they are referred (search engines, sites, etc.), verify what are the pages of greater interest, the time passed on your site and on every single page, verify the success of your aadvertising campaign and much much more… All this in totally free way!
More Info on the Stats can browse on this URL….
http://en.php-stats.com/
More on How to do can follow here,
http://www.noupe.com/php/how-to-create-your-own-stats.html
Leave a Comment
June 30, 2009 at 5:47 am (PHP)
JpGraph is a Object-Oriented Graph creating library for PHP >= 4.3.1 The library is completely written in PHP and ready to be used in any PHP scripts (both CGI/APXS/CLI versions of PHP are supported).
The library can be used to create numerous types of graphs either on-line or written to a file. JpGraph makes it easy to draw both “quick and dirty” graphs with a minimum of code as well as complex graphs which requires a very fine grained control. The library assigns context sensitive default values for most of the parameters which minimizes the learning curve. The features are there when you need them – not as an obstacle to overcome!

More information on JGraph… http://www.aditus.nu/jpgraph/
Leave a Comment