Graph in PHP 5

I need to know how to graph in php… I need the steps and any components to download… I need something easy configurable…

I have some data in mysql5, and need to create pie graphs…

Any help guidance is appreciated…

See http://code.google.com/apis/chart/

But if you really want to create them yourself, take a look at something like jpgraph.

Note: If jpgraph is being used in a commercial application you have to pay for a licence (this was mentioned by someone else in another thread).

ezComponents has a nice Graph component.

well when u say php5 i hope u mean classes and all
any way i use to use jpgraph…it has wide range of graphs

i have not seen google pack but problem with google is…they tend to develop their new language and style to use those pack…u some time have to learn new language( for eg KML…)and they tend to need api code and so on…
and i some time feel why is search engine company trying to develop language,may be bcoz of yahoo framework (lol) …it wont be bug suprise if we see google tv in future…

Hello
I am a PHP beginner. I want to use google chart or jp chart for showing user statistics. Can anyone tell me how to implement them in php code?

thanx

For google just make a hyperlink. Does your beginner’s knowledge allow you to construct an HTML tag with PHP?

@Shrapnel_N5: That’s a cruel reply.

@situ: Take a look at Charts with PHP and Google Charts API

Once i used FusionChart and it’s very promising.

Thanks a lot for ur help :slight_smile:

The link on directly click seems broken. The following is the actual url of the page.
http://luddep.se/notebook/2008/04/13/charts-php-and-google-charts-api/
Hope situ found it already. Thank you for the link Paul. It seems interesting to integrate google charts APIs.