Are any of these SQL Queries open to SQL injection attacks?
Posted
by Phil
on Stack Overflow
See other posts from Stack Overflow
or by Phil
Published on 2010-01-29T10:24:50Z
Indexed on
2010/03/24
12:33 UTC
Read the original article
Hit count: 321
I have re-written my code after great help from some friendly stack overflow members (big thanks to Martin B and Kev Chadders especially). I would now like to check if my code is still open to SQL Injections after this work. I believe the code is now working as it should, but any blinding errors that you see i'd love to hear about too. My code is now looking like:
-code removed-
© Stack Overflow or respective owner