I have a quick question. I have a webpage that I normally do an INCLUDE to include another webpage. However I am unable to INCLUDE another PHP page.

So somone suggested to me that I use IFRAME to pull the page in. This works good however I am wondering what avenue to take on this. Is it possible to make the IFRAME the same size as the page that is in it. IE 100%? I tried making the height 100% but it doesnt like it. Any thoughts?

What about using PHP to get the screen height and then plug that into the height portion of the IFRAME?

How do I plug something into the IFRAME statement using PHP? Like this.
<IFRAME Height = <? GET_['Height'] ?> .... (i know the syntax is wrong but you get the idea.

Thanks