ya yedeği war benim anlamadığım php neden y herfini i ye çevirmiş
$text = html_entity_decode ($text);
$text = str_replace( "Ç", "C", $text);
$text = str_replace( "ç", "c", $text);
$text = str_replace( "Ü", "U", $text);
$text = str_replace( "ü", "u", $text);
$text = str_replace( "Ý", "I", $text);
$text = str_replace( "ý", "i", $text);
$text = str_replace( "Þ", "S", $text);
$text = str_replace( "þ", "s", $text);
$text = str_replace( "Ö", "O", $text);
$text = str_replace( "ö", "o", $text);
$text = str_replace( "Ð", "G", $text);
$text = str_replace( "ð", "g", $text);
$text = str_replace( "&", "ve", $text);
$text = str_replace( "ä", "a", $text);
$text = str_replace( "Ä", "A", $text);
$text = str_replace( "ß", "ss", $text);
burda öyle bişi yokki php dosyasının encoding type ından mıdır nedir