erikthiart
erikthiart

erikthiart

I mainly focus on writing short tutorials and cheat sheets for programmers. However, you might find some personal finance and even small life hacks in between as well. If you want a topic covered then follow me on Twitter and send your requests through, it is @erikthiart on there.


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...