View Single Post
Old 07-05-2003, 11:20 PM   #1 (permalink)
Ilya020
Techno Rat
 
Ilya020's Avatar
 
Join Date: Jan 2003
Location: San Diego
Posts: 559
Ilya020 is on a distinguished road
Send a message via AIM to Ilya020
PHP question I believe

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
__________________
> SELECT * FROM users WHERE clue > 0
0 rows returned
Ilya020 is offline   Reply With Quote