12-19-2016, 11:56 PM
Well, if you decide to use UserSpice's db class and want some help converting some of those functions, I can point you in the right direction. I would not advise converting to mysqli. I would go straight to PDO or you will be having the same problem again in a few years when they stop using mysqli. PDO is much more secure and cross platform. Once you get the hang of it, you'll figure out that it is a lot faster than mysql/mysqli to write your queries.