Hallo und danke erstmal für die Hilfe!
Habe zwar erstmal nur ein kleinen Test durchgeführt aber dieser funktioniert schon ganz gut!
Doch ein kleines Problem habe ich noch !
Hier erstmal den Quelltext und dann zum Problem :
<html>
<head>
</head>
<body>
<link rel="stylesheet" type="text/css" href="TEST.css">
<table width=90% align=center><tr><th>
<!-- ### Linke Seite ### //-->
<table><tr><th>
Linkliste
</th></tr><tr><th>
<a href="index.php?li=LINK1.php" OnMouseOver="window.defaultStatus='·• LINK •·';return true" OnClick="window.defaultStatus='·• LINK •·';" OnMouseOut="window.defaultStatus='* TESTSEITE *';return true">
LINK 1
</a>
</th></tr><tr><th>
<a href="index.php?li=LINK2.php" OnMouseOver="window.defaultStatus='·• LINK •·';return true" OnClick="window.defaultStatus='·• LINK •·';" OnMouseOut="window.defaultStatus='* TESTSEITE *';return true">
LINK 2
</a>
</th></tr><tr><th>
<a href="index.php?li=LINK3.php" OnMouseOver="window.defaultStatus='·• LINK •·';return true" OnClick="window.defaultStatus='·• LINK •·';" OnMouseOut="window.defaultStatus='* TESTSEITE *';return true">
LINK 3
</a>
</th></tr><tr><th>
<a href="index.php?li=LINK4.php" OnMouseOver="window.defaultStatus='·• LINK •·';return true" OnClick="window.defaultStatus='·• LINK •·';" OnMouseOut="window.defaultStatus='* TESTSEITE *';return true">
LINK 4
</a>
</th></tr><tr><th>
<a href="index.php?li=LINK5.php" OnMouseOver="window.defaultStatus='·• LINK •·';return true" OnClick="window.defaultStatus='·• LINK •·';" OnMouseOut="window.defaultStatus='* TESTSEITE *';return true">
LINK 5
</a>
</th></tr></table>
</th><th>
<!-- ### Mitte ### //-->
<?php
if ($li == "Start-li")
{$li = "Start.php";}
@include("$li");
?>
</th><th>
<!-- ### Rechte Seite ### //-->
<table><tr><th>
bla bla
</th></tr><tr><th>
Egal
</th></tr><tr><th>
Weiter machen
</th></tr><tr><th>
und
</th></tr><tr><th>
so
</th></tr><tr><th>
Weiter
</th></tr><tr><th>
und
</th></tr><tr><th>
so
</th></tr><tr><th>
weiter
</th></tr><tr><th>
....
</th></tr></table>
<!-- ### ENDE ### //-->
</th></tr></table>
</body>
</html>
Wie bekomme ich das nun hin das ich in der 2 Spalte eine Anfangsseite habe?
Hier mal zur veranschaulichung den Link zum ONLINE-TEST
www.Bastel-Geschenke-Welt.de/Test-Ordner/index.php
In der Mitte sollte zu beginn eigendlich Start stehen!
Doch leider ist die mitte LEER
Liegt wohl daran weil ich das mit der Seite OHNE Variable nicht so ganz verstanden habe!
<?php
if ($li == "Start-li")
{$li = "Start.php";}
@include("$li");
?>