SQL Injection

I came across this funny post on r/ProgrammerHumor. I still remember the first time in 2007 (Yes! I know, I wish I had continued focusing on this stuff back then) when I was reading about SQL Injections as part of my PHP journey.

The documentation said to simply wrap your query within mysql_real_escape_string() to mitigate all SQLi risks (LOL); Little did I know that this attack vector would remain relevant in 2023.

Last updated