Im try to explain what im trying to do,

in html you can use a frame to open a open within the site without having to open a new window outside the website,

what I wanna do is have all my pages open like an iframe but in php is there anyway to use php to open a page within the same page but without having to pop open a new window out side the page,

I was thinking maybe it could be done using an include or something but i wanted to see anyone could give me an exsample or tell me if its even possible.