| > 1 < [2] | ILERI |
Ahmet Bozdag
27 posts |
#447 2013-10-25 21:52 GMT | |
|
hepsini denedim olmadı
sorun sadece burada function strtolowerTR($text) { $TRBul=array('Ğ','Ü','Ş','İ','Ö','Ç','ğ','ü','ş','ı','ö','ç'); $TRDegistir=array('g','u','s','i','o','c','g','u','s','i','o','c'); $text=str_replace($TRBul,$TRDegistir,$text); $text=strtolower($text); return $text;
Bu mesaj Ahmet Bozdag tarafından 2013-10-25 22:00 GMT, 4685 Gün önce düzenlendi. |
| > 1 < [2] | ILERI |