Zend
200-530 · Question #491
Which of the following can be used as a countermeasure against the SQL injection attack? Each correct answer represents a complete solution. Choose two.
The correct answer is A. mysql_real_escape_string() C. Prepared statement. See the full explanation below for the reasoning.
Question
Which of the following can be used as a countermeasure against the SQL injection attack? Each correct answer represents a complete solution. Choose two.
Options
- Amysql_real_escape_string()
- Bmysql_escape_string()
- CPrepared statement
- Dsession_regenerate_id()
How the community answered
(21 responses)- A76% (16)
- B10% (2)
- D14% (3)
Community Discussion
No community discussion yet for this question.