Q. Which PHP function is used to remove HTML and PHP tags from a string? (A) remove_tags() (B) strip_tags() (C) clean_tags() (D) delete_tags() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) strip_tags() Explanation: strip_tags() removes HTML and PHP tags.