$ grep -r --tag="mysqli" posts/
// 1 post found
tag/mysqli
1 post
  • 2018-01-22
    PHP MySQLi Prepared Statements
    How SQL Injection Works The following iconic comic, known as Bobby Tables, is an excellent portrayal of how an SQL injection attack might work. All credit for the image goes to this site for this clas…