$ grep -r --tag="php" posts/
// 2 posts found
tag/php
2 posts
  • 2026-03-27
    I Built a Tools Site in a Weekend (And What I Learned)
    A few weeks ago I bought a domain on a whim: fasterthantheinternet.com. I didn't have a plan — just a vague idea that a site with that name should be fast, useful, and have zero nonsense on it. A week…
  • 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…