$aranan = '|<option title=".+?" value="\d+" selected="selected">(.*?)</option>|si'; preg_match($aranan, $options, $sonuc); $kasatip = $sonuc[1];