22 May, 2007
How to prevent SQL injection?
Last week, I posted a demo video on SQL injection. If you would like to know what you should do to your web application to prevent SQL injection, please read this article Security Corner: SQL Injection, which was published in php|architect.
SQL injection is usually caused by user inputs and therefore washing your input and escaping your output help protect your web application from such attacks.
Technorati Tags: programming, sql, mysql, php, sql injection, web development
Love what you've just read? Subscribe to our newsletter to receive tips, resources and special offers related to web development & design.
Hello! Welcome to Web development blog! My name is Ei Sabai and on this blog, I write about web development, mobile app development, latest web technologies and the likes. Read more 

