SQL injection
Sunday, August 29, 2010
0
comments
SQL injection is a most widely used technique hacking of web application which used client supplied data directly to SQL queries without checking for harmful characters. The objective of this post is to introduce you with SQL injection so that you can check your web application against SQL injection and take appropriate steps to prevent from SQL injection.








