Answer the question
In order to leave comments, you need to log in
When writing GET parameters in MySQL, do I need to escape some characters to prevent arbitrary code from executing?
When writing the desired parameters from the $_GET and $_POST arrays (that is, any value) to MySQL tables, do I need to use some kind of escaping functions, such as mysql_escape_string or addslashes, to prevent arbitrary code from executing?
Answer the question
In order to leave comments, you need to log in
do I need to use some kind of escaping functions like mysql_escape_string or addslashes to prevent arbitrary code from executing?
from $_GET and $_POST arrays (i.e. any value)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question