Eric Gorr <mailto:[EMAIL PROTECTED]>
    on Monday, April 04, 2005 3:48 PM said:

> htmlentities would potentially make the body text messier then seems
> necessary.

Then just use strip_tags() and be done with it.

It's not like nuclear missiles are going to be launched via your email
form if you use the wrong function. Or in a less extreme case, your
computer get hijacked and used to send spam because you used
htmlentities() instead of strip_tags().

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

Reply via email to