Tag: MySQL

  • PHP MySQLi Prepared Statements

    PHP MySQLi Prepared Statements

    Prepared statements may seem intimidating at first, but once you get the hang of it, it’ll seem like second nature to you. The goal of this tutorial is to transform someone with little to no knowledge of prepared statements into an expert. How SQL Injection Works Now that we’re done with the theory, let’s get…