<?php$page = $_GET["page"];switch($page){ case "xxx": include_once "xxx.php"; return; break; default: include_once "index.php"; return; break;} ?>