Hello guys,
I am making a website which has three pages to it currently
http://sig11.zemos.net/ilya2 . It has a main.html, a about.html and a basic.html. The basic.html file is pretty much a template which has an IFRAME
Code:
<IFRAME border=0 name=main marginWidth=1 marginHeight=1 src="main.html" frameBorder=0 width="100%" height=450>
This iframe links to the content of the page. I was wondering if there was a way so that I could have a generic basic.php file where upon the slected destination (about.html or main.html), it will load the page accordingly. This is a bit of a simple questions but my mind has been to absorbed in C lately to think PHP

. If you dont understand what I mean, just say so.
Thank you for your time.
Ilya