[PHP] Graphs

2007-02-06 Thread Kristian Erendi
Hi, I wish to draw graphs on a web page. Can someone tell me which extension or package I should use? Any examples? TIA Krillo

Re: [PHP] Graphs

2007-02-06 Thread David Blanco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Kristian Erendi escribió: I wish to draw graphs on a web page. Can someone tell me which extension or package I should use? Any examples? I suppose you mean Statistical graphs. If such a case, try jpgraph http://www.aditus.nu/jpgraph/ For

RE: [PHP] Graphs

2007-02-06 Thread Jay Blanchard
[snip] I wish to draw graphs on a web page. Can someone tell me which extension or package I should use? Any examples? [/snip] Google for jpgraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Graphs

2007-02-06 Thread Richard Lynch
On Tue, February 6, 2007 5:42 am, Kristian Erendi wrote: I wish to draw graphs on a web page. Can someone tell me which extension or package I should use? Any examples? The answer is the same as it was yesterday. GD JPGraph Okay, somebody posted a third one I forgot already. Did you even

Re: [PHP] Graphs

2007-02-04 Thread Richard Lynch
On Sat, February 3, 2007 1:53 am, frank wrote: yes it does a great job, almost every parameter even for the legend can be influenced by its methods and properties. i say jp graph is the best In my limited experience, I was able to influence every parameter, but not get the dang thing to show

RE: [PHP] Graphs

2007-02-03 Thread Peter Lauri
To: php-general@lists.php.net Subject: [PHP] Graphs I would like to add some graphing capability to an app of mine. What package is recommended? I don't need anything too fancy, just some bar graphs, pie charts, etc. Thank you in advance. -- PHP General Mailing List (http://www.php.net

[PHP] Graphs

2007-02-02 Thread ffredrixson
I would like to add some graphing capability to an app of mine. What package is recommended? I don't need anything too fancy, just some bar graphs, pie charts, etc. Thank you in advance.

Re: [PHP] Graphs

2007-02-02 Thread Thomas Pedoussaut
[EMAIL PROTECTED] wrote: I would like to add some graphing capability to an app of mine. What package is recommended? I don't need anything too fancy, just some bar graphs, pie charts, etc. Thank you in advance. I use the PEAR module Image_Graph Officially it's still in alpha, but works

Re: [PHP] Graphs

2007-02-02 Thread LeaseWeb - Poelwijk
Or you could try JPgraph, i used it for several projects: http://www.aditus.nu/jpgraph/ Regards, Sander Poelwijk [EMAIL PROTECTED] wrote: I would like to add some graphing capability to an app of mine. What package is recommended? I don't need anything too fancy, just some bar graphs,

Re: [PHP] Graphs

2007-02-02 Thread Lists
[EMAIL PROTECTED] skrev: I would like to add some graphing capability to an app of mine. What package is recommended? I don't need anything too fancy, just some bar graphs, pie charts, etc. Thank you in advance. Take a look a at: http://www.java2s.com then click on PHP in the menu and

Re: [PHP] Graphs

2007-02-02 Thread Richard Lynch
On Fri, February 2, 2007 4:55 am, [EMAIL PROTECTED] wrote: I would like to add some graphing capability to an app of mine. What package is recommended? I don't need anything too fancy, just some bar graphs, pie charts, etc. JP Graph is always mentioned in this list. I generally just do GD

Re: [PHP] Graphs

2007-02-02 Thread frank
yes it does a great job, almost every parameter even for the legend can be influenced by its methods and properties. i say jp graph is the best fra* JP Graph is always mentioned in this list. I generally just do GD directly, to get things laid out the way I want, instead of sort of kind of

Re: [PHP] Graphs

2006-01-22 Thread Ron Eggler (Paykiosks)
What kind of do u wanna have? Am Sonntag, den 22.01.2006, 10:46 +0200 schrieb Weber Sites LTD: What is the best (Free) way to create good looking graphs with PHP? Sincerely berber Visit the Weber Sites Today, To see where PHP might take you tomorrow. PHP code examples :

Re: [PHP] Graphs

2006-01-22 Thread Michael Crute
On 1/22/06, Weber Sites LTD [EMAIL PROTECTED] wrote: What is the best (Free) way to create good looking graphs with PHP? Jpgraph is my favorite. Its got a pretty clean OO API and decent documentation. Plus its PHP5 compatible. -Mike -- Michael E. Crute

Re: [PHP] Graphs

2006-01-22 Thread tedd
What is the best (Free) way to create good looking graphs with PHP? Sincerely berber berber: Best? -- whatever way that you like. If you like any of these, just ask I'll provide code. http://xn--ovg.com Last three. tedd --

[PHP] Re: PHP graphs

2003-02-28 Thread Steve Magruder
K [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi guys, I would like to read the IP address from a PC that connects to my web site. Any function does that in PHP? SuperGlobal var in = 4.1.0: $_SERVER['REMOTE_ADDR'] Global var in 4.1.0: $HTTP_SERVER_VARS['REMOTE_ADDR'] Steve

[PHP] PHP graphs

2003-02-27 Thread K
Hi guys, I would like to read the IP address from a PC that connects to my web site. Any function does that in PHP? Secondly, I'd like to trace a basic X/Y graph with data provided from a DB, any PHP help? Thx. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP graphs

2003-02-27 Thread Jordan Elver
Secondly, I'd like to trace a basic X/Y graph with data provided from a DB, any PHP help? JPGraph is good. -- Jordan Elver Put the key of despair into the lock of apathy. Turn the knob of mediocrity slowly and open the gates of despondency - welcome to a day in the average office. -- David

RE: [PHP] Graphs using PHP

2002-05-31 Thread Leotta, Natalie (NCI/IMS)
, May 31, 2002 1:09 AM To: [EMAIL PROTECTED] Subject: [PHP] Graphs using PHP Just want to run this by you all to check the feasibility of it. I run a site that deals with cars, people can upload pics of their vehicle and tell everyone else its year, color, 'generation', and where they're located

[PHP] Graphs using PHP

2002-05-30 Thread Jason Soza
Just want to run this by you all to check the feasibility of it. I run a site that deals with cars, people can upload pics of their vehicle and tell everyone else its year, color, 'generation', and where they're located. What I'd like to do is make some graphs on the front page that look like

[PHP] Graphs...

2001-09-13 Thread Nic Skitt
Anybody got any tuts/examples of a working graph with PHP? Cheers Nic -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]