@$action=$_REQUEST['action']; switch($action) { case 'index': default include("index.php"); break; case 'detail': include("detail.php"); break; }