• This website is the place where I voice my opinions as well as work on my latest tools that I design for various companies and individuals.

Writing Secure SQL Queries

February 25th, 2008 by Andrew Wells

Writing secure SQL queries can be one of the most important factors in your site’s security, yet I see so many people that don’t do it. So many programmers write queries that “just work” taking little consideration of the malicious potential of unsecured code - SQL queries included. This post is going to show some examples of bad queries in MySQL and how to correct them.

Read the rest of this entry »