Protected against SQL injection if array elements used in WHERE clause? – DevDreamz April 19, 2022April 19, 2022 PCIS Support Team Security Since you are using prepare statement, your application will be protected from SQL Injection. As of PHP documention: The parameters to prepared … Related:No Related Posts