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.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to