Mysql Character ' in string
#1

Fixed.
Reply
#2

Use '%e' instead of '%s' for strings in mysql_format. Or use myqsl_real_escape_string beforehand. Make sure to do this in all queries. If you're asking here, chances are your login system is vulnerable to SQL injection attacks.
Reply
#3

Thanks. I will try that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)