61924.nl
Prevent XSS and SQL injections / Blog - 61924
Just never trust user input/data. Everything that comes from the user is evil and you should always filter or escape it. In this article I’m going to explain how you can protect your website against the evil visitors that try to input malicious data into your database or website.