2009
SimplePHPGraph
SimplePHPGraph is a php program that displays data in a line graph as a PNG file.

This is a very simple but customizable PHP code that displays an easy to see graph.
It requires the GD PHP plugin.
A working sample can be found here.
To get the nice ‘graph.png’ filename rather than ‘graph.php’, paste this code into your current folders .HTACCESS file:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^graph.png$ graph.php [NC,L]
If you already are using header rewrites, paste this line BEFORE the last one:
RewriteRule ^graph.png$ graph.php [NC]
Download here.
Please post any comments/errors in the messages.
Leave a Reply