A Path Less Taken

Breaking with convention in a very conventional fashion. Powered by WordPress

"The mightiest oak in the forest is just a tiny nut that held its ground."
Fortune Cookie

Tuesday, March 10, 2009

Category: PHP Development Author: JJ 0 Comments

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