Mega Code Archive
Categories
/
Php
/
Strings
Stripping HTML tags from a string
// Remove HTML from comments $comments = strip_tags($_POST['comments']); print $comments. ?>