What is the deal? I’m working on updating my web based video game, Ferp, to run against Sqlite instead of MySQL. Simple, right? Well, not when you wrote it a year or two earlier and most of the DB calls were using the mysqli object in PHP. I know, I know, I learned my lesson. I might actually WANT to use another database some day. Who knew.
Continue reading >>

