PHP/Page ohne Frames

Status
Nicht offen für weitere Antworten.
na gut :)

ich hoffe das hat jetz bei dir geklappt, ansonsten schreib ich dir den ganzen code nochmal ... ;-)

da ich hier eh nix zu tun hab...
 
DAAAAAAAAAAAAAAAAAAAAAAAANKKKEEEEEEEEEE, JUPI ES GEHT!!!!!!!!!!!!

Eine Frage nur noch ;DDD

Kann ich auch machen das er auch etwas standart loaded??? hab da sowas wie default: gesehen, geht das??????
 
so wie dass da steht geht es auch nicht aber wenn du ein klein wenig ahnung hättest würdest du es sehen:

so:

PHP:
<a href="index.php?inc=news.php"> news </a>

<?php include($inc); ?>
 
Kann ich auch machen das er auch etwas standart loaded??? hab da sowas wie default: gesehen, geht das?????? Ich meine wenn ich einfach nur index.php(ohne vars hinten) loade, das er da auch was loaded, als standart var??
 
ohje, man vergieb mir !!!!
*peinlich* :rolleyes:


zu der standart frage, klar geht das , du musst eben eine kleine abfrage vorher schalten...und zwar so :
PHP:
<?php 
if(isset($inc));{
  include($inc);
 }else{
  include(standart.php); //oder eben das was da standartmässig rein soll
} ?>

so hoffentlich passt alles :>
 
Zuletzt bearbeitet:
...
no comment, ich bin heut zu blöd zum scheissen ...
das macht der ganze stress den ich hier hab :-)

schau nochmal ich habs einfach mal editiert ...
 
hmmmmmmmmmmmmmmmmmm, irgendwie geht was net.............

line 44 soll das sein, hmmmmmmmmmmmm. hier ist der ganze COde...


Code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#aec1d3" text="#000000" link="#000000" vlink="#000000" alink="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<br>
<br>
<div align="center">
  <table width="75%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="800" height="31"><img src="img/top1.jpg"></td>
  </tr>
  <tr>
    <td width="800" height="36"><img src="img/top2.jpg"></td>
  </tr>
  <tr>
    <td width="800" height="114"><img src="img/top3.jpg"></td>
  </tr>
</table>
</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="112" valign="top"  background="img/left/04.jpg"> 
              <? include "left.php" ?>
            </td>
            <td  background="img/middle/03.jpg" width="45" valign="top"> 
              <? include "middle.php" ?>
            </td>
            <td background="img/middle/00.jpg" width="470" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
                  <td background="img/middle/00.jpg"><div align="right"><img src="img/middle/04.jpg" width="58" height="29"></div></td>
                </tr>
                <tr>
                  <td align="center">
                    <?php 
					  if(isset($page));{
					    include($page);
					  } else {
					    include(uc.php);
					  } ?>
                  </td>
                </tr>
              </table>
            </td>
			<td width="173" valign="top" background="img/right/06.jpg"> 
              <? include "right.php" ?><br><br></td>
          </tr>
        </table></td>
  </tr>
</table></div>

</body>
</html>
 
Status
Nicht offen für weitere Antworten.
Zurück