Would prepared statements completely secure my website from MySQL injection?

BetaBob

New Member
I'm using prepared statements and MySQLi with my queries to protect against injection attacks. Would prepared statements remove the need for mysql_real_escape_string entirely? Is there anything else I should consider when securing my site?
 
Back
Top