if (isset($_GET['p'])) { if ($_GET['p'] == "webso") { include "webso.php"; } elseif ($_GET['p'] == "bilder") { include "gallery.php"; } elseif ($_GET['p'] == "anmalan") { include "anmalan.php"; } elseif ($_GET['p'] == "anmalda") { include "anmalda.php"; } elseif ($_GET['p'] == "nyanm") { include "nyanm.php"; } elseif ($_GET['p'] == "startlistor") { include "startlistor.php"; } else { include "inc/config.php"; include "inc/top.php"; $result = mysql_query("SELECT * FROM pages WHERE lank='". mysql_real_escape_string($_GET['p']). "' LIMIT 1"); $row = mysql_fetch_assoc($result); if ($row) { if ($_GET['p'] == "start") { echo '