SQL Injection Attacks by Example

If you have developed a web application with a database back-end, you should check out this article titled SQL Injection Attacks by Example. It clearly explains what a SQL injection attack is and shows you how defend against such attacks.

One Response to “SQL Injection Attacks by Example”

  1. anty said on June 9th, 2006 at 12:42 am

    Thank you for this link. I just realized that I did not protect my newest project entirely against SQL Injections. Also I was searching for a article like that for a long time. I couldn’t find any that goes into depth like they do.
    You really helped me with that link ;)