$say = htmlentities($_GET['say']); switch($say){ case "bolumler": include('bolumler.php');break; default: include('index.php'); }