QuestionQ831
Exploiting Insecure Web Application ReferencesWhich of the following can be used as countermeasures against an SQL injection attack?
Each correct answer represents a complete solution.
Choose two
- A mysql_real_escape_string()
- B session_regenerate_id()
- C mysql_escape_string()
- D Prepared statement
Community Discussion