Q. Which PHP function removes HTML and PHP tags?
β
Correct Answer: (C)
strip_tags()
Explanation: strip_tags() removes all HTML and PHP tags.