SQL-injection
Filed under widgetinfo, flat, layout, widgetmanager, sql-injection, menu, blog-archive, sql, injection
preventing SQL injection for mySQL and PHP use the function mysql_real_escape_string() $usersname = mysql_real_escape_string($_POST[’usersname’]) the code will add backslash ( \ ) on a single quote ( ‘ ) the above code will generate the …
development …
See the original post here:
SQL-injection
Related Posts
- Simple SQL Injection
- Classic SQL Injection Tutorial
- Exploitler
- Create a General database class in PHP (4)
- PHP/MySQL: The Escape Method Done Right
October 16th, 2007.
RSS Full


Leave a Comment