switch($sehir){
case ‘istanbul’:
break;
case ‘adana’:
break;
default:
echo $soz[$karistir];
}