Page 1 of 1
php frames. possible?
Posted: Sat Jun 24, 2006 11:56 pm
by Aegiss
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

Posted: Sat Jun 24, 2006 11:58 pm
by Benjamin
PHP only runs server side. You may want to learn ajax.
Posted: Sun Jun 25, 2006 9:45 am
by Verminox
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.