[PHP] Re: php-general Digest 5 May 2011 21:55:09 -0000 Issue 7299

2011-05-06 Thread e-letter
Readers,

Looking through the mail lists archives, only the following message
seems to advise about the possibility to use gnuplot:
http://marc.info/?l=php-generalm=96248542218029w=2

Is it possible to start gnuplot using php, to plot a graph from
postgresql data. For example, a table is created in the required
gnuplot data file format so the command for gnuplot would be something
like:

plot SELECT * FROM gnuplotdatatable;

But can't see a php command to start gnuplot in the first step. Any help please?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: php-general Digest 5 May 2011 21:55:09 -0000 Issue 7299

2011-05-06 Thread David Robley
e-letter wrote:

 Readers,
 
 Looking through the mail lists archives, only the following message
 seems to advise about the possibility to use gnuplot:
 http://marc.info/?l=php-generalm=96248542218029w=2
 
 Is it possible to start gnuplot using php, to plot a graph from
 postgresql data. For example, a table is created in the required
 gnuplot data file format so the command for gnuplot would be something
 like:
 
 plot SELECT * FROM gnuplotdatatable;
 
 But can't see a php command to start gnuplot in the first step. Any help
 please?

You might find jpgraph useful.


Cheers
-- 
David Robley

Pizza IS the four food groups!
Today is Sweetmorn, the 53rd day of Discord in the YOLD 3177. 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php