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