if(preg_match("/[^a-zA-Z]/", $_GET['aranan'])){
die("Sadece harf olsun demiştik");
}