Hi guys,
My problem is that i need to display data obtained frm mysql database in the form of graphs (bar chart, pie chart, event graph).
Does anyone know how to do it?
Plz help me
Printable View
Hi guys,
My problem is that i need to display data obtained frm mysql database in the form of graphs (bar chart, pie chart, event graph).
Does anyone know how to do it?
Plz help me
Double post - please see original.
== please do NOT start new threads if you are not getting the responses you desire ==
cr3ative
You might want to use some php graphic softwares., like jpgraph, phplot
Try dynamically generating images.
http://hudzilla.org/phpbook/read.php/11_2_0
gd is a nice graphic-generating library.
Check this out, a nice tutorial on how to draw bar graphics from php
http://qualitycodes.com/tutorial.php?articleid=20