Graphs and Charts?<

admin

Administrator
Staff member
Can I use PHP to take data from a database and turn it into a bunch of graphs and charts?

I'm looking at doing bar charts and pie charts, mostly.

I can get the data - just want to know how to do the graphic bit.

Cheers,
HKOriginally posted by Horus_Kol
Can I use PHP to take data from a database and turn it into a bunch of graphs and charts?

I'm looking at doing bar charts and pie charts, mostly.

I can get the data - just want to know how to do the graphic bit.

Cheers,
HK

Yep :) The exact code, I'm not sure but
look up, I think it was 'ImadeCreate()' ?Bake your own (<!-- m --><a class="postlink" href="http://www.php.net/image">http://www.php.net/image</a><!-- m -->), or use JpGraph (<!-- m --><a class="postlink" href="http://www.aditus.nu/jpgraph/jpDownload">http://www.aditus.nu/jpgraph/jpDownload</a><!-- m --> .php) or any of the other free alternatives out there.Originally posted by Rydberg
Bake your own (<!-- m --><a class="postlink" href="http://www.php.net/image">http://www.php.net/image</a><!-- m -->)...

:D i like that :Dcool - thanks guys.
 
Back
Top