Which of the following can be used as a countermeasure against the SQL injection attack?
Each correct answer represents a complete solution. Choose two.
mysql_real_escape_string()
session_regenerate_id()
mysql_escape_string()
Prepared statement
Submit