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