//Hallo allerseits //Perfect LAN GbR //Alte Heerstr. 92 //56329 St. Goar-Fellen //info@perfect-lan.de //Hier wird geschaut, welcher Link welche Datei ist /*switch ($link) { case "1": $haupt="mietpreise.php"; break; case "2": $haupt="artikel.php"; break; case "3": $haupt="text.php"; break; case "6": $haupt="links.php"; break; case "7": $haupt="gross.php"; break; default: $haupt="artikel.php"; break; }*/ $link = $_GET[link]; if($link == "") { $haupt="artikel.php"; } if($link == "1") { $haupt="mietpreise.php"; } if($link == "2") { $haupt="artikel.php"; } if($link == "3") { $haupt="text.php"; } if($link == "6") { $haupt="links.php"; } if($link == "7") { $haupt="gross.php"; } if($link == "1") { $haupt="mietpreise.php"; } ?>
![]() |
![]() |
||||||||||||||||||
|
|
require($haupt); ?>
|