CGI forum inside PHP file

gooooogle

New member
Now I have a CGI file called simpleforum.cgi. I want to use my web site header file for this part of the web page as well.

Go to this web page to see what I mean. Now I am going to use a php file by the name index.php. The header of the file would be

<div style="text-align: center;"><img src="gfx/logo.jpg">
<br>| <A HREF="index.php">Hejmo Pagxo</A> | <A HREF="/forumo/">Forumo</A> | <A HREF=mailto:admin@vision-park.net>Kontakti Min</A> |
</div>
<p>

Now this is the header of the file and I want the body of the file to be simpleforum.cgi. Is this possible?
 
Back
Top