Tag Archives: database

MySQLi Tutorial

Posted on 09. Jul, 2006 by Will Fitch.

26

Moving from a procedural system to object-oriented can be a daunting task. One feature to assist you is the MySQLi class, which allows for an object-oriented approach to database manipulation. This tutorial gives insight into the structure and basic usage of the MySQLi class. If PDO isn’t an option for you, then try MySQLi!
Close Bookmark and [...]

Continue Reading