Jump to content

[SOLVED] Creating Webpages with the PHP GET Method


topflight

Recommended Posts

Also I have tried that code on my index.php page and nothing happens when I click on http://127.0.0.1/?page=roster.php it just take me back to my index page and doesn't displays the content on the roster page.

 

what?

http://127.0.0.1/?page=roster.php  <<--- this is index page

 

http://127.0.0.1/roster.php            <<--- roster page

 

if you do the include pages or require then u should be on index page and displaying rosters page

 

tru include 'roster.php';

 

Link to comment
Share on other sites

Yes, you should always be on the index.php page and call in the other pages.  So index.php will be acting like a template and how you know what page to include is passed via HTTP by what the user clicks.

Link to comment
Share on other sites

This is the code:

<? ob_start(); ?>
<?php
   $page = strtolower($_GET['page']); // <-- this is the name of the page, forced to be all lowercase, but now you need to append '.php' to the end
   $importedPage = $page . '.php'; // <-- we just added the '.php' extension to the end

   if($page == "main" || $page == "contactus" || $page == "joinus" || $page == "news" || $page == "roster" )
   {
      require_once($importedPage); // <-- and now we just imported that file
   }
?>
<html>
<head>
<title>temp</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="/site_layout.css" rel="stylesheet" type="text/css">
<link href="/pilot_center.css" rel="stylesheet" type="text/css">
<link href="/new_pilots.css" rel="stylesheet" type="text/css">
<link href="/welcome.css" rel="stylesheet" type="text/css">
<link href="/news_evnet.css" rel="stylesheet" type="text/css">
<link href="/nav_bar.css" rel="stylesheet" type="text/css">
<style type="text/css" media="screen">
@import url("nav/Untitled-1.css");
</style>
<script language="JavaScript1.2" type="text/javascript" src="nav/mm_css_menu.js"></script>
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('nav/Untitled-1_r1_c2_f3.gif','nav/Untitled-1_r1_c2_f2.gif','nav/Untitled-1_r1_c3_f3.gif','nav/Untitled-1_r1_c3_f2.gif','nav/Untitled-1_r1_c4_f3.gif','nav/Untitled-1_r1_c4_f2.gif','nav/Untitled-1_r1_c6_f3.gif','nav/Untitled-1_r1_c6_f2.gif','nav/Untitled-1_r3_c7_f2.gif','nav/Untitled-1_r3_c7_f3.gif','nav/Untitled-1_r1_c7_f3.gif','nav/Untitled-1_r1_c7_f2.gif')">
<div class="site_layout" id="site_layout">

  <table width="1001" height="901" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
    <tr>
      <td colspan="22">
        <img src="images/temp_01.jpg" width="1000" height="120" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="120" alt=""></td>
    </tr>
    <tr>
      <td colspan="22">
        <img src="images/temp_02.jpg" width="1000" height="12" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="12" alt=""></td>
    </tr>
    <tr>
      <td colspan="2" rowspan="2">
        <img src="images/temp_03.jpg" width="9" height="51" alt=""></td>
    <td colspan="18"><div class="nav_bar" id="nav_bar">
      <div id="FWTableContainer1122092389">
            <table border="0" cellpadding="0" cellspacing="0" width="982">
              <!-- fwtable fwsrc="Untitled" fwpage="Page 1" fwbase="Untitled-1.gif" fwstyle="Dreamweaver" fwdocid = "1122092389" fwnested="0" -->
              <tr>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="132" height="1" border="0" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="144" height="1" border="0" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="145" height="1" border="0" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="144" height="1" border="0" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="1" height="1" border="0" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="143" height="1" border="0" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="1" height="1" border="0" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="143" height="1" border="0" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="129" height="1" border="0" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="1" height="1" border="0" /></td>
              </tr>
              <tr>
                <td rowspan="4"><img name="Untitled1_r1_c1" src="nav/Untitled-1_r1_c1.gif" width="132" height="45" border="0" id="Untitled1_r1_c1" alt="" /></td>
                <td rowspan="2"><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','navbar1','Untitled1_r1_c2','nav/Untitled-1_r1_c2_f3.gif',1);" onMouseOver="MM_nbGroup('over','Untitled1_r1_c2','nav/Untitled-1_r1_c2_f2.gif','nav/Untitled-1_r1_c2_f3.gif',1);" onMouseOut="MM_nbGroup('out');"><img name="Untitled1_r1_c2" src="nav/Untitled-1_r1_c2.gif" width="144" height="31" border="0" id="Untitled1_r1_c2" alt="" /></a></td>
                <td rowspan="2"><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','navbar1','Untitled1_r1_c3','nav/Untitled-1_r1_c3_f3.gif',1);" onMouseOver="MM_menuShowMenu('MMMenuContainer0020171005_0', 'MMMenu0020171005_0',36,23,'Untitled1_r1_c3');MM_nbGroup('over','Untitled1_r1_c3','nav/Untitled-1_r1_c3_f2.gif','nav/Untitled-1_r1_c3_f3.gif',1);" onMouseOut="MM_nbGroup('out');MM_menuStartTimeout(1000);"><img name="Untitled1_r1_c3" src="nav/Untitled-1_r1_c3.gif" width="145" height="31" border="0" id="Untitled1_r1_c3" alt="" /></a></td>
                <td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','navbar1','Untitled1_r1_c4','nav/Untitled-1_r1_c4_f3.gif',1);" onMouseOver="MM_menuShowMenu('MMMenuContainer0020171005_1', 'MMMenu0020171005_1',31,25,'Untitled1_r1_c4');MM_nbGroup('over','Untitled1_r1_c4','nav/Untitled-1_r1_c4_f2.gif','nav/Untitled-1_r1_c4_f3.gif',1);" onMouseOut="MM_nbGroup('out');MM_menuStartTimeout(1000);"><img name="Untitled1_r1_c4" src="nav/Untitled-1_r1_c4.gif" width="144" height="30" border="0" id="Untitled1_r1_c4" alt="" /></a></td>
                <td rowspan="4"><img name="Untitled1_r1_c5" src="nav/Untitled-1_r1_c5.gif" width="1" height="45" border="0" id="Untitled1_r1_c5" alt="" /></td>
                <td rowspan="3"><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','navbar1','Untitled1_r1_c6','nav/Untitled-1_r1_c6_f3.gif','Untitled1_r3_c7','nav/Untitled-1_r3_c7_f3.gif',1);" onMouseOver="MM_nbGroup('over','Untitled1_r1_c6','nav/Untitled-1_r1_c6_f2.gif','nav/Untitled-1_r1_c6_f3.gif','Untitled1_r3_c7','nav/Untitled-1_r3_c7_f2.gif','nav/Untitled-1_r3_c7_f3.gif',1);" onMouseOut="MM_nbGroup('out');"><img name="Untitled1_r1_c6" src="nav/Untitled-1_r1_c6.gif" width="143" height="32" border="0" id="Untitled1_r1_c6" alt="" /></a></td>
                <td rowspan="2" colspan="2"><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','navbar1','Untitled1_r1_c7','nav/Untitled-1_r1_c7_f3.gif',1);" onMouseOver="MM_nbGroup('over','Untitled1_r1_c7','nav/Untitled-1_r1_c7_f2.gif','nav/Untitled-1_r1_c7_f3.gif',1);" onMouseOut="MM_nbGroup('out');"><img name="Untitled1_r1_c7" src="nav/Untitled-1_r1_c7.gif" width="144" height="31" border="0" id="Untitled1_r1_c7" alt="" /></a></td>
                <td rowspan="4"><img name="Untitled1_r1_c9" src="nav/Untitled-1_r1_c9.gif" width="129" height="45" border="0" id="Untitled1_r1_c9" alt="" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="1" height="30" border="0" /></td>
              </tr>
              <tr>
                <td rowspan="3"><img name="Untitled1_r2_c4" src="nav/Untitled-1_r2_c4.gif" width="144" height="15" border="0" id="Untitled1_r2_c4" alt="" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="1" height="1" border="0" /></td>
              </tr>
              <tr>
                <td rowspan="2" colspan="2"><img name="Untitled1_r3_c2" src="nav/Untitled-1_r3_c2.gif" width="289" height="14" border="0" id="Untitled1_r3_c2" alt="" /></td>
                <td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','navbar1','Untitled1_r3_c7','nav/Untitled-1_r1_c6_f3.gif','Untitled1_r3_c7','nav/Untitled-1_r3_c7_f3.gif',1)" onMouseOver="MM_nbGroup('over','Untitled1_r3_c7','nav/Untitled-1_r1_c6_f2.gif','nav/Untitled-1_r1_c6_f3.gif','Untitled1_r3_c7','nav/Untitled-1_r3_c7_f2.gif','nav/Untitled-1_r3_c7_f3.gif',1)" onMouseOut="MM_nbGroup('out');"><img name="Untitled1_r3_c7" src="nav/Untitled-1_r3_c7.gif" width="1" height="1" border="0" id="Untitled1_r3_c7" alt="" /></a></td>
                <td rowspan="2"><img name="Untitled1_r3_c8" src="nav/Untitled-1_r3_c8.gif" width="143" height="14" border="0" id="Untitled1_r3_c8" alt="" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="1" height="1" border="0" /></td>
              </tr>
              <tr>
                <td colspan="2"><img name="Untitled1_r4_c6" src="nav/Untitled-1_r4_c6.gif" width="144" height="13" border="0" id="Untitled1_r4_c6" alt="" /></td>
                <td><img src="nav/spacer.gif" alt="" name="undefined_2" width="1" height="13" border="0" /></td>
              </tr>
            </table>
        <div id="MMMenuContainer0020171005_0">
              <div id="MMMenu0020171005_0" onMouseOut="MM_menuStartTimeout(1000);" onMouseOver="MM_menuResetTimeout();"> <a href="#" target="_self" id="MMMenu0020171005_0_Item_0" class="MMMIFVStyleMMMenu0020171005_0" onMouseOver="MM_menuOverMenuItem('MMMenu0020171005_0');"> History </a> <a href="#" target="_self" id="MMMenu0020171005_0_Item_1" class="MMMIVStyleMMMenu0020171005_0" onMouseOver="MM_menuOverMenuItem('MMMenu0020171005_0');"> Pilot Roster </a> <a href="#" target="_self" id="MMMenu0020171005_0_Item_2" class="MMMIVStyleMMMenu0020171005_0" onMouseOver="MM_menuOverMenuItem('MMMenu0020171005_0');"> Routes </a> </div>
            </div>
        <div id="MMMenuContainer0020171005_1">
              <div id="MMMenu0020171005_1" onMouseOut="MM_menuStartTimeout(1000);" onMouseOver="MM_menuResetTimeout();"> <a href="#" target="_self" id="MMMenu0020171005_1_Item_0" class="MMMIFVStyleMMMenu0020171005_1" onMouseOver="MM_menuOverMenuItem('MMMenu0020171005_1');"> Los Angeles </a> <a href="#" target="_self" id="MMMenu0020171005_1_Item_1" class="MMMIVStyleMMMenu0020171005_1" onMouseOver="MM_menuOverMenuItem('MMMenu0020171005_1');"> Portland </a> <a href="#" target="_self" id="MMMenu0020171005_1_Item_2" class="MMMIVStyleMMMenu0020171005_1" onMouseOver="MM_menuOverMenuItem('MMMenu0020171005_1');"> Seattle </a> <a href="#" target="_self" id="MMMenu0020171005_1_Item_3" class="MMMIVStyleMMMenu0020171005_1" onMouseOver="MM_menuOverMenuItem('MMMenu0020171005_1');"> Anchorage </a> </div>
            </div>
          </div>
    </div></td>
    <td colspan="2" rowspan="2">
	    <img src="images/temp_05.jpg" width="9" height="51" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="45" alt=""></td>
    </tr>
    <tr>
      <td colspan="18">
        <img src="images/temp_06.jpg" width="982" height="6" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="6" alt=""></td>
    </tr>
    <tr>
      <td rowspan="24">
        <img src="images/temp_07.jpg" width="2" height="717" alt=""></td>
    <td colspan="2">
	    <img src="images/temp_08.jpg" width="10" height="11" alt=""></td>
    <td colspan="16">
	    <img src="images/temp_09.jpg" width="976" height="11" alt=""></td>
    <td colspan="2">
	    <img src="images/temp_10.jpg" width="9" height="11" alt=""></td>
    <td rowspan="24">
	    <img src="images/temp_11.jpg" width="3" height="717" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="11" alt=""></td>
    </tr>
    <tr>
      <td colspan="2" rowspan="21" background="/images/temp_12.jpg"> </td>
    <td colspan="16">
	    <img src="images/temp_13.jpg" width="976" height="3" alt=""></td>
    <td colspan="2" rowspan="21" background="/images/temp_14.jpg"> </td>
    <td>
	    <img src="images/spacer.gif" width="1" height="3" alt=""></td>
    </tr>
    <tr>
      <td rowspan="20">
        <img src="images/temp_15.jpg" width="3" height="667" alt=""></td>
    <td>
	    <img src="images/temp_16.jpg" width="10" height="26" alt=""></td>
    <td colspan="3">
	    <img src="images/temp_17.jpg" width="642" height="26" alt=""></td>
    <td colspan="2">
	    <img src="images/temp_18.jpg" width="21" height="26" alt=""></td>
    <td colspan="2" rowspan="7">
	    <img src="images/temp_19.jpg" width="5" height="199" alt=""></td>
    <td rowspan="2">
	    <img src="images/temp_20.jpg" width="16" height="29" alt=""></td>
    <td colspan="4" rowspan="2">
	    <img src="images/temp_21.jpg" width="264" height="29" alt=""></td>
    <td rowspan="2">
	    <img src="images/temp_22.jpg" width="13" height="29" alt=""></td>
    <td rowspan="7">
	    <img src="images/temp_23.jpg" width="2" height="199" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="26" alt=""></td>
    </tr>
    <tr>
      <td rowspan="2" background="/images/temp_24.jpg">  </td>
    <td colspan="3" rowspan="2" valign="top"><div class="welcome" id="welcome">
      <p>Welcome To Simulated Alaksa! </p>
      <p><a href="?page=roster.php">Click Here for Roster</a>
	  </p>
      </div>        </td>
    <td colspan="2" rowspan="2" background="/images/temp_26.jpg"> </td>
    <td>
	    <img src="images/spacer.gif" width="1" height="3" alt=""></td>
    </tr>
    <tr>
      <td rowspan="3" background="/images/temp_27.jpg"> </td>
    <td colspan="4" rowspan="3" valign="top"><div class="pilot_center" id="pilot_center">
	    <div align="center">
	     <? include'login.php'; ?>
            </div>
      </div></td>
    <td rowspan="3" background="/images/temp_29.jpg"> </td>
    <td>
	    <img src="images/spacer.gif" width="1" height="91" alt=""></td>
    </tr>
    <tr>
      <td>
        <img src="images/temp_30.jpg" width="10" height="19" alt=""></td>
    <td colspan="3">
	    <img src="images/temp_31.jpg" width="642" height="19" alt=""></td>
    <td colspan="2">
	    <img src="images/temp_32.jpg" width="21" height="19" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="19" alt=""></td>
    </tr>
    <tr>
      <td colspan="6" rowspan="3">
        <img src="images/temp_33.jpg" width="673" height="60" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="23" alt=""></td>
    </tr>
    <tr>
      <td>
        <img src="images/temp_34.jpg" width="16" height="18" alt=""></td>
    <td colspan="4">
	    <img src="images/temp_35.jpg" width="264" height="18" alt=""></td>
    <td>
	    <img src="images/temp_36.jpg" width="13" height="18" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="18" alt=""></td>
    </tr>
    <tr>
      <td colspan="6">
        <img src="images/temp_37.jpg" width="293" height="19" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="19" alt=""></td>
    </tr>
    <tr>
      <td colspan="2">
        <img src="images/temp_38.jpg" width="15" height="23" alt=""></td>
    <td colspan="2">
	    <img src="images/temp_39.jpg" width="637" height="23" alt=""></td>
    <td>
	    <img src="images/temp_40.jpg" width="15" height="23" alt=""></td>
    <td colspan="2" rowspan="11">
	    <img src="images/temp_41.jpg" width="7" height="439" alt=""></td>
    <td colspan="2" rowspan="2">
	    <img src="images/temp_42.jpg" width="20" height="31" alt=""></td>
    <td colspan="4" rowspan="2">
	    <img src="images/temp_43.jpg" width="264" height="31" alt=""></td>
    <td colspan="2" rowspan="2">
	    <img src="images/temp_44.jpg" width="15" height="31" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="23" alt=""></td>
    </tr>
    <tr>
      <td colspan="2" rowspan="2" background="/images/temp_45.jpg"> </td>
    <td colspan="2" rowspan="2" valign="top" bgcolor="#FFFFFF"><div class="news_evnet" id="news_evnet"><? include'viewnews.php';?>
    </div></td>
    <td rowspan="2" background="/images/temp_26.jpg"> </td>
    <td>
	    <img src="images/spacer.gif" width="1" height="8" alt=""></td>
    </tr>
    <tr>
      <td colspan="2" rowspan="3" background="/images/temp_48.jpg"> </td>
    <td colspan="4" rowspan="3" valign="top"><div class="new_pilots" id="new_pilots"><? include'newpilotsview.php';?></div></td>
    <td colspan="2" rowspan="3" background="/images/temp_50.jpg"> </td>
    <td>
	    <img src="images/spacer.gif" width="1" height="85" alt=""></td>
    </tr>
    <tr>
      <td colspan="2">
        <img src="images/temp_51.jpg" width="15" height="13" alt=""></td>
    <td colspan="2">
	    <img src="images/temp_52.jpg" width="637" height="13" alt=""></td>
    <td>
	    <img src="images/temp_53.jpg" width="15" height="13" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="13" alt=""></td>
    </tr>
    <tr>
      <td colspan="5" rowspan="7"><img src="images/temp_54.jpg" width="667" height="310" alt=""></td>
    <td><img src="images/spacer.gif" width="1" height="37" alt=""></td>
    </tr>
    <tr>
      <td colspan="2">
        <img src="images/temp_55.jpg" width="20" height="15" alt=""></td>
    <td colspan="4">
	    <img src="images/temp_56.jpg" width="264" height="15" alt=""></td>
    <td colspan="2">
	    <img src="images/temp_57.jpg" width="15" height="15" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="15" alt=""></td>
    </tr>
    <tr>
      <td colspan="8">
        <img src="images/temp_58.jpg" width="299" height="29" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="29" alt=""></td>
    </tr>
    <tr>
      <td colspan="2">
        <img src="images/temp_59.jpg" width="20" height="34" alt=""></td>
    <td colspan="4">
	    <img src="images/temp_60.jpg" width="264" height="34" alt=""></td>
    <td colspan="2">
	    <img src="images/temp_61.jpg" width="15" height="34" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="34" alt=""></td>
    </tr>
    <tr>
      <td colspan="2">
        <img src="images/temp_62.jpg" width="20" height="134" alt=""></td>
    <td colspan="4">
	    <img src="images/temp_63.jpg" width="264" height="134" alt=""></td>
    <td colspan="2">
	    <img src="images/temp_64.jpg" width="15" height="134" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="134" alt=""></td>
    </tr>
    <tr>
      <td colspan="2">
        <img src="images/temp_65.jpg" width="20" height="15" alt=""></td>
    <td colspan="4">
	    <img src="images/temp_66.jpg" width="264" height="15" alt=""></td>
    <td colspan="2">
	    <img src="images/temp_67.jpg" width="15" height="15" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="15" alt=""></td>
    </tr>
    <tr>
      <td colspan="8">
        <img src="images/temp_68.jpg" width="299" height="46" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="46" alt=""></td>
    </tr>
    <tr>
      <td colspan="3" rowspan="2">
        <img src="images/temp_69.jpg" width="82" height="29" alt=""></td>
    <td colspan="7">
	    <img src="images/temp_70.jpg" width="743" height="15" alt=""></td>
    <td rowspan="2">
	    <img src="images/temp_71.jpg" width="5" height="29" alt=""></td>
    <td>
	    <a href="<link_goes_here>">
	      <img src="images/temp_72.jpg" width="49" height="15" border="0" alt=""></a></td>
    <td colspan="3" rowspan="2">
	    <img src="images/temp_73.jpg" width="94" height="29" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="15" alt=""></td>
    </tr>
    <tr>
      <td colspan="7">
        <img src="images/temp_74.jpg" width="743" height="14" alt=""></td>
    <td>
	    <img src="images/temp_75.jpg" width="49" height="14" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="14" alt=""></td>
    </tr>
    <tr>
      <td colspan="2">
        <img src="images/temp_76.jpg" width="10" height="12" alt=""></td>
    <td colspan="16">
	    <img src="images/temp_77.jpg" width="976" height="12" alt=""></td>
    <td colspan="2">
	    <img src="images/temp_78.jpg" width="9" height="12" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="12" alt=""></td>
    </tr>
    <tr>
      <td colspan="20">
        <img src="images/temp_79.jpg" width="995" height="24" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="24" alt=""></td>
    </tr>
    <tr>
      <td>
        <img src="images/spacer.gif" width="2" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="7" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="3" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="3" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="10" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="5" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="67" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="570" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="15" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="6" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="1" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="4" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="16" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="131" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="5" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="49" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="79" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="13" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="2" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="3" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="6" height="1" alt=""></td>
    <td>
	    <img src="images/spacer.gif" width="3" height="1" alt=""></td>
    <td></td>
    </tr>
  </table>

</div>
</body>
</html>

 

As you may know most of that is for the template I have 6 content boxes. But I plan to only have 1 for each each content page.

Link to comment
Share on other sites

I have fixed the problem thanks a lot but one more question I was to pass the login session by saying that I the login options to show every time a user goes to another page. The cookie is still registered but it doesn't show the login options instead the user have to re log in is their anyway I can possible fix that?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.