Wednesday, April 14, 2010

How to prevent php website from sql injection

Hi friends,
In this post, i would like to explain what is sql injection and how to prevent from this attacks to our website.
SQL Injection:
SQL injection is another vulnerability of PHP.  SQL injection refers to the act of anyone can inserting a MySQL statement to be run on our database without our knowledge. Injection usually occurs when you ask a user for input, like their name, and instead of a name they give you a MySQL statement that you will unknowingly run on your database

Complete information at http://www.anil2u.info/2010/04/12/how-to-prevent-php-website-from-sql-injection/

No comments:

Post a Comment