\n"; ?> " /> " /> <?php echo("$title"); ?>
Dont try and go to pages or dir's you arent supposed to!
"); echo("$oops"); } $page = $_GET['section'].".php"; if (!file_exists($page)) { $oops = ("
Sorry, This page requested does not exist.
"); echo("$oops"); } else { include($page); } ?>