Which function is used to remove all HTML tags from a string passed to a form?
A
remove_tags()
B
strip_tags()
C
tags_strip()
D
tags_remove()
Correct Answer: strip_tags()
The function strip_tags() is used to strip a string from HTML, XML, and PHP tags.