$sayfa = $_GET["sayfa"]; switch($sayfa) { case "a": include "a.php"; break; case "b": include "a.php"; break; default: include "index.php"; }