Posted by J.O. Aho on 04/08/07 05:46
Kentor wrote:
> Is there a function in php that will take a string of numbers like
> "0798890" and give me the equivalent
> string in numbers/letters ?
Depending on the version of PHP you are using, you may have
htmlspecialchars_decode()
http://www.php.net/manual/en/function.htmlspecialchars-decode.php
--
//Aho
[Back to original message]
|