Hi I am using this function for Turkish Chars as you have mentioned ... But sometimes firstname or surname it looks like "ç;" instead of "ç" or other stuff... "Ü;" "Ü" ....
$text = trim($text);
$search = array('Ü','Ş','Ğ','Ç','İ','Ö','ü','ş','ğ','ç','ı','ö');
$replace = array('Ü','Ş','Ğ','Ç','İ','Ö','ü','ş','ğ','ç','ı','ö');
$new_text = str_replace($search,$replace,$text);
return $new_text;
I added an image but the program not display it .... ??? pandoradepo.com/example.JPG
... View more