On Tue, 12 Sep 2000, Simpson, John scott wrote:

>      Anyone got any ideas on how to produce graphs based on a CGI query and 
>      dynamically incorporating the graphs into a web page?

1. There's an apache module for doing this, I believe its called
Apache::Chart or Apache::GDGraph or something.

2. If generating a chart from querystring params isn't right for you, you
can do it yourself with one of the perl charting modules and simply send
out the binary data with a Content-Type of image/png. Of course you have
to do it from a <img> tag, or as a direct URL, but you knew that, right?

-- 
<Matt/>

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org | AxKit: http://axkit.org


Reply via email to