PDA

View Full Version : santizing database data



PotsNPans
2012-01-27, 06:57 AM
I'm concerned about an SQL injection attack. How do you sanitize data you're going to store in a database to prevent one of these attacks from occurring?

suwunk
2012-01-27, 08:41 AM
Check this article out!
Sanitizing user data: How and where to do it | Structured Randomness (http://diovo.com/2008/09/sanitizing-user-data-how-and-where-to-do-it/)