Tag Archives: injection
June 25, 2011 at 3:06 pm | By maximem | In Best Practices, Security
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 ...

Recent Comments