Posted by Jasper Bryant-Greene on 06/27/05 02:05
cchereTieShou wrote:
> You can actually try to use this to verify the problem:
>
> echo '<br><br> e<D';
>
> What you get? I got <D>
> Quite confusing. Anyone think this is a bug or something I missed?
Are you viewing this via a web server? It's probably returning
content-type text/html, which means that you might need to
htmlspecialchars() that string.
Navigation:
[Reply to this message]
|