RE: [PHP] Making Graph / Chart

2004-01-28 Thread unkno me
is NOT built with GD support. My question is: Can I load GD as a separate .so with dl(gb.so) instead of building PHP again? Thanks! -Original Message- From: unkno me [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 5:25 PM To: [EMAIL PROTECTED] Subject: [PHP] Making Graph

[PHP] Making Graph / Chart

2004-01-27 Thread unkno me
Hi, Does anyone know what function is needed to make graphic chart like those line / pipe char? Any example? Thanks! __ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ -- PHP General Mailing List

Re: [PHP] Making Graph / Chart

2004-01-27 Thread John W. Holmes
unkno me wrote: Does anyone know what function is needed to make graphic chart like those line / pipe char? Any example? The easy, simple way is to just have PHP control the width of an image and stretch it. So if you had a 1x1 blue pixel image, you could stretch it 100 pixels for 100% and 50

RE: [PHP] Making Graph / Chart

2004-01-27 Thread Williams, Olwen - SAL
Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Making Graph / Chart unkno me wrote: Does anyone know what function is needed to make graphic chart like those line / pipe char? Any example? The easy, simple way is to just have PHP control the width of an image and stretch it. So if you had a 1x1

RE: [PHP] Making Graph / Chart

2004-01-27 Thread Ralph Guzman
Take a look at jpgraph: http://www.aditus.nu/jpgraph/ -Original Message- From: unkno me [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 5:25 PM To: [EMAIL PROTECTED] Subject: [PHP] Making Graph / Chart Hi, Does anyone know what function is needed to make graphic chart like