[...]
> Why are so many people telling this poor person to escape their quotes?
> That WILL NOT WORK in HTML. The correct way to do this is to use
> htmlspecialchars() or htmlentities(). In fact, this should always be
> done on dynamic values in an input or any other HTML data that should be
> displayed literally, such as for within textareas.
[...]

Thanks, was just about to write that as i read all of these 'use escape-chars
in HTML'-guys.

   red

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

Reply via email to