/ Published in: PHP
This script converts characters of Turkish alphabet into English(Latin). You can use it for AJAX too.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<? // FUNCTION by.AHMET ALP BALKAN (prf_Q) // www.ahmetalpbalkan.com 18.11.2006 // This function converts characters of Turkish alphabet into English(Latin). You can use it for AJAX too. function turkishreplace($sData){ $newphrase=$sData; return $newphrase; } ?>