if (isset($_GET['page'])){ switch ($_GET['page']) { case 'nothing': header('Location: http://yoursite.com/nothing.php'); exit(); break; }}
Jump To Top of Thread