views:

17

answers:

1

i have an input form and table input data at DB... after that i want make some page that just consist of graphic...for make a graphic i will use data from DB.. what program to make it??i hope that program can work together with jquery and php..

+1  A: 

if you have a bunch of data points, RRDtool is very efficient. But it could take some time to setup.

PHP bindings for Google Chart API is very straight forward and has a built in javascript library.

karlw
I too recommend Google Chart API
SimpleCoder