Entonces sí sería un iframe como dice vb2005 no?
Tan fácil como poner:
Código PHP:
<table>
<tr>
<td>Esto es mi web</td>
</tr>
<tr>
<td>
<iframe width="80%" height="80%" src="http://www.google.es" frameborder="1">
Esto es la web de Google, si estas leyendo esto es que tu navegador no accepta iframes.
</iframe>
</td>
</tr>
</table>
Será esto a lo que se refería? :S