[SOLVED] How to dynamicly generate charts from numerical dat

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ljCharlie
Forum Contributor
Posts: 289
Joined: Wed May 19, 2004 8:23 am

How to dynamicly generate charts from numerical data?

Post by ljCharlie »

Is PHP able to generate graph or chart dynamically according to data that are stored in the MySQL database? If so, will anyone point me to a tutorial or instruction somewhere?

Thank you,

ljChalrie
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Research '[google]GD chart making php[/google]' or '[google]ming chart making php[/google]'

Also, there is multiple GPL programs out there that offer classes & groups of functions for this sort of thing.
ljCharlie
Forum Contributor
Posts: 289
Joined: Wed May 19, 2004 8:23 am

Post by ljCharlie »

Thanks! I'll give those two links some reading.

ljCharlie
Post Reply