bobby-tables icon indicating copy to clipboard operation
bobby-tables copied to clipboard

Why mysql_real_escape_string is not enough.

Open petdance opened this issue 12 years ago • 1 comments

http://johnroach.info/2011/02/17/why-mysql_real_escape_string-isnt-enough-to-stop-sql-injection-attacks/

petdance avatar Jan 10 '13 03:01 petdance

or, in sort: mysql_real_escape_string is only for strings. not numbers.

MrsTonedOne avatar Jan 22 '15 18:01 MrsTonedOne