Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which function is used to remove all HTML tags from a string passed to a form?

a) remove_tags()
b) strip_tags()
c) tags_strip()
d) tags_remove()

Answer: b
Explanation: The function strip_tags() is used to strip a string from HTML, XML, and PHP tags.

Join The Discussion