Examples of SQL Injections through addslashes()?
Posted
by nute
on Stack Overflow
See other posts from Stack Overflow
or by nute
Published on 2009-05-13T23:38:10Z
Indexed on
2010/03/30
2:33 UTC
Read the original article
Hit count: 326
In PHP, I know that mysql_real_escape in much safer than using addslashes. However, I could not find an example of a situation where addslashes would let an SQL Injection happen. Can anyone give some examples?
Thanks!
© Stack Overflow or respective owner