Code & help 4 PHP, JavaScript, HTML, DHTML, CSS, Flex, Dot Net, SharePoint, C-Sharp, Java, IT Interview Questions, Web Tools
<?php $find ="ü"; $rep = "u"; $str = "aüstin"; echo str_replace($find,$rep,utf8_encode($str));?>
0 comments:
Post a Comment