PHP SQL injection not working – DevDreamz April 16, 2022April 16, 2022 PCIS Support Team Security Do like this to prevent SQL Injection $sql = “SELECT * FROM user where email = ? and password = ? LIMIT 1”; $result = $mysqli->prepare($sql); … Related:No Related Posts