SQL injection (SQLi) refers to an injection attack wherein an attacker can execute arbitrary SQL statements by tricking a web application in processing an attacker’s input as part of a SQL statement. This post will focus on how to prevent SQL injection vulnerabilities within PHP applications and fix them.
Read full news article on Dzone