timtom3 Posted May 24, 2006 Share Posted May 24, 2006 Hi I was just wondering if there was any free graph scripts that were easy to install as I have a page count on my site that goes into mysql and would like to display it as a graph.Also how would i collecet the information for what time of day a page has been view and with what browser? Quote Link to comment https://forums.phpfreaks.com/topic/10370-php-graphs/ Share on other sites More sharing options...
zq29 Posted May 25, 2006 Share Posted May 25, 2006 There's a class called JPGraph that is excellent for this, and straight forward to use.You can get the current date with the date() function, and it's possible to grab the users browser with $_SERVER['HTTP_USER_AGENT'] although this doesn't work with [i]all[/i] browsers, but does with the most common ones, so you should be ok. Quote Link to comment https://forums.phpfreaks.com/topic/10370-php-graphs/#findComment-38829 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.