Re: CGI Images

2002-05-28 Thread Gautam
A. Rivera wrote: > Anyone have a working script or reference link to a cgi script that can spit out >images? > > I'm trying to use this... > > > > to display an image, but it never comes out. The cgi spits it out as if it were >text. Anyway, I really would like to see a working copy. Plea

Re: CGI Images

2002-05-28 Thread JP Cartailler
Why don't you try to include the script using SSI (via .shtml) A good reference is here: http://httpd.apache.org/docs/howto/ssi.html#executingcommands i.e. when the page loads, the script will be executed and the image displayed. best JP www.cartailler.com "A. Rivera" <[EMAIL PROTECTED]> w

Re: CGI Images

2002-05-28 Thread Felix Geerinckx
on Tue, 28 May 2002 16:54:11 GMT, A. Rivera wrote: > Anyone have a working script or reference link to a cgi script that > can spit out images? > > I'm trying to use this... See Randal Schwartz' Web Techniques Column 60 on "Embedding a dynamic image in CGI output" at