Page 1 of 1

Differences

Posted: Mon Oct 01, 2007 4:11 am
by sandy1028
Hi,

What is the difference between JPgraph and gdlib.

Which one is best to be used.

Re: Differences

Posted: Mon Oct 01, 2007 6:54 am
by jeffery
sandy1028 wrote:Hi,

What is the difference between JPgraph and gdlib.

Which one is best to be used.
JPgraph is a PHP library which utilises the php-gd library functions to create pretty graphs. You can use the GD library functions to build your own image graphs, charts etc.. but JPgraph makes it simpler for you as all the hard-work is done for you :)