if(!isset($action)) { include("faq2.php"); } else { $includefile = $action.".php"; include($includefile); } ?>