strip_tags()
The strip_tags() function removes HTML and PHP tags from a string. This is useful for sanitizing user input and preventing XSS attacks.