php frames. possible?
Moderator: General Moderators
php frames. possible?
Well basically i just want a section on my website that stays loaded and doesnt load everytime the page is moved, like a frame. Can you do that with php? I'm a noob sorry. If not is there a way to make a frame any size you want? so far i've only seen ones that go all the way across or all the way down. Anyway thanks 
I think what you are looking for is iframes. Try reading about them on your favourite HTML tutorial website, there are thousands out there so I won't bother searching for a link now.
The page inside the iFrame can be any external web page, and you can control the contents of that page separately, and use PHP to generate dynamic content.
The page inside the iFrame can be any external web page, and you can control the contents of that page separately, and use PHP to generate dynamic content.