I never really knew why you get these in strings, I gather its something to do with the encoding?
http://www.habbcrazy.net/jack/roomname.php?id=17121341
Anybody know of any functions to remove it?
Thanks

I never really knew why you get these in strings, I gather its something to do with the encoding?
http://www.habbcrazy.net/jack/roomname.php?id=17121341
Anybody know of any functions to remove it?
Thanks
Did it in the end![]()
How did you manage to do it in the end then?![]()
This is our situation and we're happy to be here,
I wouldn't change this place for anything.
http://www.php.net/manual/en/function.iconv.php
$string = iconv( 'UTF-8', 'ISO-8859-15//TRANSLIT', $string );
Want to hide these adverts? Register an account for free!