Is there a way to remove or not allow to put Html tags in a textarea?
I have a form that send email with a textarea where user put comments.
But I got some spammers, putting html code in the textarea, which appear a form of html when the mail is send.
How can I convince that?
strip_tags()