Is it necessary to use mysql_real_escape_string(), when magic_quotes_gpc is on?
Posted
by Zack
on Stack Overflow
See other posts from Stack Overflow
or by Zack
Published on 2010-04-07T03:28:12Z
Indexed on
2010/04/07
3:33 UTC
Read the original article
Hit count: 251
mysql
|sql-injection
To prevent SQL injection, is it necessary to use mysql_real_escape_string(), when magic_quotes_gpc is on?
© Stack Overflow or respective owner