Q. Which function is used to remove HTML and PHP tags from a string?
β
Correct Answer: (A)
strip_tags()
Explanation: strip_tags() removes all HTML and PHP tags from a string.