How to make a simple CGI include script...

SaturnX

Diamond Member
Jul 16, 2000
3,415
0
76
Hey Everyone,
Well I need a little help creating a simple CGI script. I need to make an include file, something around the lines like this:

http://www.server.com/view.cgi?pic=picture.jpg

Basically, is it possible to have a cgi script that stores a layout of a page in it, and then will add the value of pic, into a tag, such as <img src=&quot; &quot;> that is half way down the page? I really need help with this, thanks alot.

--Mark