Posted by strawberry on 08/11/06 07:03
larry wrote:
> Hello,
>
> I'd like to convert this kind of character :
>
> #48;
>
> into a human readable character :
>
> 0
>
> I can't find the function that does this in the doc, so I used
> str_replace...
> does anyone know ?
>
> thanks in advance,
>
> --
> larry
Where did you look exactly!?!
<?
echo chr(48);
?>
Navigation:
[Reply to this message]
|