Tag Archives: injection

php+filter

Validate and sanitize data with PHP Filter, part 1

When coding websites or web applications, working on security is important. To prevent all kinds of injections (XSS, SQL, CSRF...), you have to check all data coming from a foreign source. The typical example is when a user send data ...