PHP PDO insert boilerplate code
25 Nov 2020 1 minute read 0 comments Erik Thiart
If you are like me you often grab some old code and copy it and then just change the values a bit. I find myself more often than not googling the code on StackOverflow in order to get some examples because I am too lazy to type it out. Here is the co...