DEV Community

Mangala
Mangala

Posted on

how to sanitize my site's input fields with php?

i know that one of the most common attacks on websites is through the XSS technique, which is characterized by injecting JavaScript code into the web page. what functions could i use to protect myself from this?

Top comments (0)