A sibling question has been asked here. I am seeking perspective specific to the MySQLi extension.
In the linked sibling question, the paraphrased conclusion is no, PDO prepared statements are not 100% sufficient to prevent SQL injection. There are certain edge cases and PDO settings that are vulnerable to SQL injection.
My question is, are MySQLi prepared statements 100% sufficient to prevent SQL injection, or does that also have certain settings that we need to update to be totally safe?
Thanks for any help!