*Question* Pie graph or a line graph

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
MaxBlast-PHP
Forum Newbie
Posts: 9
Joined: Fri Mar 25, 2005 1:11 am

*Question* Pie graph or a line graph

Post by MaxBlast-PHP »

i am working on a voting script and well i was wondering how would you make like a pie or line graphs using fields from mysql??
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

look into the gd library and google search for tutorials or code to do this for you.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

phpScott wrote:look into the gd library and google search for tutorials or code to do this for you.
Even beeter there's a free class (or array of classes) to do this for you.

Google "JPGraph".
MaxBlast-PHP
Forum Newbie
Posts: 9
Joined: Fri Mar 25, 2005 1:11 am

Post by MaxBlast-PHP »

I looked at that site i didnt understand one bit from it...
Post Reply