PHP Charting

nico.botero83

New Member
Messages
12
Reaction score
0
Points
0
I need help. I am using PHP + MySQL for a project, and I need to make a chart from information stored in a database. Can anyone can guide me on how to achive this?

Thanks!
 

cybrax

Community Advocate
Community Support
Messages
764
Reaction score
27
Points
0
Staying awake in class helps but when that fails I use Google.
Getting info from a database to the users screen is after all something that almost every website does and there will be thousands of tutorials out there.

Anyhow you asked for help so...

Show us the code you have for getting the information out of your database..
we can't help you display it till we know what format the data is in.
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,929
Reaction score
118
Points
63
I personally like using phpgraphlib if I need to generate the graphs as static image files or whatnot. Otherwise I usually use javascript graphing libraries as I find them to be more user-friendly and flexible since they support nifty features like hovering and making the graph respond to user input.
 
Top