ilk kodları paylaşayım sonra sorunumu anlatayım.
if($HTTP_GET_VARS['git']=="ii") {
?>
$sorgu = "SELECT * FROM mp3 WHERE isim LIKE 'İ%' or isim LIKE 'i%' ORDER BY id DESC";
$sorgulama = @mysql_query($sorgu);
if (@mysql_num_rows($sorgulama)>0){
while ($kayit=@mysql_fetch_array($sorgulama)){
$isim=$kayit["isim"];
$id=$kayit["id"];
$sahteHtml=$kayit["sahteHtml"];
$sahteHtml=strtr($isim,'?ü?yöç?Ü?YÖÇ', 'gusiocGUSIOC');
$sahteHtml=str_replace(" ","-",$sahteHtml);
$sahteHtml=str_replace("'","",$sahteHtml);
$sahteHtml=str_replace("(","",$sahteHtml);
$sahteHtml=str_replace(")","",$sahteHtml);
$sahteHtml=str_replace("-","-",$sahteHtml);
echo "
$isim
";
}
}
echo "