Which Function Is Used To Remove All Html Tags From A String #197
Which function is used to remove all HTML tags from a string passed to a form?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP File and Session Handling - PHP HTML Forms - Quiz No.1.
Which function is used to remove all HTML tags from a string passed to a form?
remove_tags()
strip_tags()
tags_strip()
tags_remove()