stsleeper94 Posted March 26, 2008 Share Posted March 26, 2008 I do not know if it is possible with php, but I would like to basically use a .php page as if it were 2 separate frames. Top and bottom. I am needing to do this b/c in my line of work we analysis a lot of photos and I would like to be able to search through my database filled with photos to compare photos of the same area before and after a hurricane. So I would like the top portion of the page contain my search and slide display and yet I want the bottom to be a mirror of this but have the ability to search independent. Is this realistic. I am posting this b/c I really do not have a concrete idea of how to approach this. My original concept was to load 1 picture selection as like a header to maintain it throughout pages, which then loaded the normal page with search and slides below. However this fell short b/c there was no real way to change the top picture (header) without redoing everything. Thanks for any input. Link to comment https://forums.phpfreaks.com/topic/97973-split-page/ Share on other sites More sharing options...
lordfrikk Posted March 26, 2008 Share Posted March 26, 2008 This has nothing to do with PHP, rather than (X)HTML. Link to comment https://forums.phpfreaks.com/topic/97973-split-page/#findComment-501294 Share on other sites More sharing options...
stsleeper94 Posted March 26, 2008 Author Share Posted March 26, 2008 So basically your saying that you can not use a .php page to act like how I described above? Link to comment https://forums.phpfreaks.com/topic/97973-split-page/#findComment-501405 Share on other sites More sharing options...
roopurt18 Posted March 26, 2008 Share Posted March 26, 2008 You'll need to use a combination of PHP and Javascript to accomplish what you want. But yes it is entirely possible. (It's entirely possible with just PHP and some simple CSS but the UI won't be as slick.) Link to comment https://forums.phpfreaks.com/topic/97973-split-page/#findComment-501452 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.