Home » PHP » PHP Forms » Question
  1. Which function is used to remove all HTML tags from a string passed to a form?
    1. tags_remove()
    2. remove_tags()
    3. strip_tags()
    4. tags_strip()
    5. None of these
Correct Option: C

strip_tags()



Your comments will be displayed only after manual approval.