This is a discussion on Preventing SQL injection within the MySQL General forum forums, part of the MySQL category; --> I'm creating a forum in php where users are able to store comments in a text field (think blog ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm creating a forum in php where users are able to store comments in a text field (think blog comments). To prevent SQL injection, I'm using the php function mysql_real_escape_string() on data going into the text field. Is this really enough to be safe, or should I be doing more? Thanks in advance. Dotan Cohen http://what-is-what.com/what_is/bluetooth.html |