Php database class. It features another class call resultset that enables you to have customize you methods and add more functionality.
Simply include the file, when initailzing the database object add your database infomation
$database = new Database(Host, Username, Password, Database);query() public function numrows() fieldCount() currentField() fetchrow() seek()