|
|
|
|
|
by rsch
1422 days ago
|
|
Ah I remember the experience of just dropping files on a server from a long time ago. I had one web host where magic_quotes_gpc was enabled. Good luck figuring out what the hell is going on with all these extra quotes in your variables. And I kept looking up how to do prepared SQL statements in PHP, finding the mysqli functions, and then eventually figuring out that mysqli wasn’t available on your average web host with PHP back then. (Yes it was that long ago. I also think a lot of the hate comes from that era) I remember the documentation as well, with usually all the gotchas in the comments. Which is great, but there were a lot of gotchas. like, A LOT. |
|