Which function is used to remove all HTML tags from a string passed to a form?
Which function is used to remove all HTML tags from a string passed to a form? Correct Answer strip_tags()
The function strip_tags() is used to strip a string from HTML, XML, and PHP tags.