aZa
01-19-03, 07:46
| Any info on the subject of preventing SQL injection attacks will be much appreciated - removing escape characters, etc. Which functions should I use and how? Any good articles, forum threads around the net about this? TIA. |
View Full Version : preventing SQL injection attacks
| Any info on the subject of preventing SQL injection attacks will be much appreciated - removing escape characters, etc. Which functions should I use and how? Any good articles, forum threads around the net about this? TIA. |
| Here you go: http://www.owasp.org/guide/ There is a pretty good PDF about web application security as a whole and they go into different types of attacks including SQL injection. -b |