SQL Injection in PHP

Most common web application vulnerability is SQL injection, an attack very similar to XSS. The difference is that SQL injection vulnerabilities exist wherever you use un-escaped data in an SQL query The following example demonstrates an SQL injection vulnerability The problem is that without escaping the username, its value can manipulate the format of the … Read more