arlens adlı üyeden alıntı: mesajı görüntüle
function sef($text) {                                                                                                                                        //
$text = trim($text);                                                                                                                                        //
$search = array(''','&',' /','/',' ?','?',' =D','=D',' !',' :D',':D',' :)',':)','Ç','ç','Ğ','ğ','ı','İ','Ö','ö','Ş','ş','Ü','ü',' ','---','--','(',')','&','.','=',',',':','!','_-_');//
$replace = array('','','','','','','','','','','','','','C','c','G','g','i','i','O','o','S','s','U','u','-','-','-','','','ve','','','','','','-');                            //
$new_text = str_replace($search,$replace,$text);                                                                                                            //
return $new_text;                                                                                                                                            //
}
arkadaşlar linkeri linkim-linkim.html yapmak istiyorsanız ayar.php deki kodları bu kodlarla değiştiriniz 25.satır. 31. satır arası ...
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/renight/public_html/ayar.php on line 27
diye bir hata alıyorum