get ile gelen bilgiye göre dosya include etmek istiyorsun anladığım kadarıyla

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