Jocka Posted August 6, 2006 Share Posted August 6, 2006 I know it's possible, I've seen it done but I've completely forgotten how they did it. I tried simple things like str_replace, preg_replace, etc.. But then after a few mistakes I finally realized that I was replacing some letters OVER and OVER. the script didn't keep looping, i just lost the alphabet I set.Anyway, I just want a-z and 0-9 to be changed to what I want. how do I do it? Link to comment https://forums.phpfreaks.com/topic/16746-changing-the-alphabet/ Share on other sites More sharing options...
Barand Posted August 7, 2006 Share Posted August 7, 2006 Is [url=http://www.php.net/strtr]strtr()[/url] what you are looking for? Link to comment https://forums.phpfreaks.com/topic/16746-changing-the-alphabet/#findComment-70421 Share on other sites More sharing options...
Jocka Posted August 7, 2006 Author Share Posted August 7, 2006 [quote author=Barand link=topic=103224.msg410939#msg410939 date=1154910222]Is [url=http://www.php.net/strtr]strtr()[/url] what you are looking for?[/quote]maybe.. but i don't wanna retype all that. I'm gonna find a way to blend arrays, if I can't, oh well. I guess i'll just go the LONG way. Link to comment https://forums.phpfreaks.com/topic/16746-changing-the-alphabet/#findComment-70454 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.