QUESTION IMAGE
Question
which of these functions will not help you avoid xss attacks? a strip_tags() b no_xss() c htmlspecialchars() d none of these
Brief Explanations
strip_tags() removes HTML and PHP tags from a string, htmlspecialchars() converts special characters to HTML - entities, both helping against XSS. There is no standard no_XSS() function in common programming libraries for PHP.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. no_XSS()