if (!isset($refreshpagina)) { $refreshpagina = "PHP/main.php?p=intro"; } ?>
//include ("../Connect/config.php"); ?>
..Menu..
Home
Download
Cable design
Contact
..Links..
LUKELEMMEN.NET
DIGIFLY.COM
SkyFly.cz
PTN
$p = $_GET['p']; if (!$p) { $p = 'intro'; } $p = $p.".php"; $bp = file_exists($p); if ($bp) { include ($p); } else { include ('intro.php'); } ?>