Stripping HTML tags from a string
<? // Remove HTML from comments $comments = strip_tags($_POST['comments']); print $comments. ?>