| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#21 (permalink) |
|
trouble free and loverlee
Join Date: Mar 2003
Location: YooKay
Posts: 2,967
|
So Oli, it isn't so much about using a static page and reloading only a portion of that page (ŕ la iframes), but more about wanting to reduce the amount of code needed to produce multiple pages. Is that right? If you don't mind reloading the page then SB's earlier method using passed variables is by far the most effective and efficient solution. |
|
|
|
|
|
#25 (permalink) |
|
Magazines™
Join Date: Mar 2003
Location: Glasgow..
Posts: 11,875
|
if you use this method you pass variables for the pages via the index page. Only the include section reloads. Nothing else. I am working on an artists gallery site using this very simple method at the moment. LINK ie <a href="index.php?doc=image1">Image/Job 1</a> CODE in Index <?php //Test to see if there is any URL variable? if(isset($HTTP_GET_VARS['doc'])) { //If so then set $doc with the URL.variable $doc = $HTTP_GET_VARS['doc']; //The switch statement begins here switch($doc) { case "image1": include("dsp_image1.php"); break; case "image2": include("dsp_image2.php"); break; default: break; }} else include("**Start Page**"); ?> For what you want this is simple. |
|
|
|
#30 (permalink) |
|
I Ain't Losing Any Sleep™
Join Date: Apr 2003
Posts: 5,206
|
hmmm...I'll have a read. But...(and I got to go out now)...surely when you click a link to index.php, index.php gets loaded/reloaded??? That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
|
|
![]() |
||
LinkBacks (?)
LinkBack to this Thread: http://www.designerstalk.com/forums/web-design/2547-loading-images-into-page.html
|
|||
| Posted By | For | Type | Date |
| American Car Insurance - american gieco insurance, american dash | This thread | Refback | 30-06-2007 13:14 |
| Online Car Insurance - insurance car, insurance car geico | This thread | Refback | 25-06-2007 18:22 |
| New Car Insurance - new car lloyds, insurance marcos | This thread | Refback | 21-06-2007 12:20 |
| Debt Consolidation Loan - loan home debt, loan debt maryland | This thread | Refback | 20-06-2007 08:28 |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|
![]() |