vote up 0 vote down star
3

Hello

Can anyone suggest a book or a tutorial on creating Charts in PHP extracting the data from MySQL Database. It should not involve Flash in any way.

I dont want to use any pre-built charting solutions.

flag

6 Answers

vote up 2 vote down check

You will probably want to look at using the GD image library.

Here's a tutorial to get you started: Dynamically Creating Graphs and Charts with PHP and GDChart.

link|flag
vote up 2 vote down

http://code.google.com/intl/iw/apis/visualization/

google visualization

link|flag
vote up 2 vote down

http://pchart.sourceforge.net/

Open Source PHP Charting Library. It also has good examples and excellant documentation.

link|flag
vote up 2 vote down

http://code.google.com/p/mtchart/

Open Source PHP charting library (Fork of pChart, more OO-Code), looks way nicer than the current market leader jpGraph.

(Disclamer/Plug-notification: I'm the developer of mtChart.)

link|flag
I always forget to mention: It uses SPACE TECHNOLOGY! – christian studer Jul 15 at 16:56
Thanks for the link. Can you tell me if I can use your Chart to access data from Mysql database and fill in the values. – Ibn Saeed Jul 15 at 17:38
Can you post a tutorial on how to use your Charting, or is it the same a pChart ? – Ibn Saeed Jul 15 at 17:40
Basically you can take the examples from pChart and convert them with the help of the migration guide from mtCharts wiki. I haven't gotten around to writing better documentation yet. – christian studer Jul 15 at 20:36
vote up 0 vote down

I can for sure suggest jpGraph (http://www.aditus.nu/jpgraph/features.php) , a very complete and well tested library with a number of feature that no other can offer. My 2 cents :)

link|flag
vote up 0 vote down

For some simple charts and graphs I can recommend HTML_Graphs. It is a bit old now but easy to implement, uses straight HTML, and doesn't rely on any third party services or libraries.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.