Databases: MySQL_Control
Sinan Özel (contact me)
Easy to use, also has advance features. <br>
MYSQL::Connect() connects. MYSQL::Run() runs a query. MYSQL::Select($tablename, $fields, $cond) runs a select query, MYSQL::SelectSet($tablename, $fields, $cond) returns the results as an array of hashes. MYSQL::Insert($tablename, $var) inserts values in a hash into the database, <i>or many different records if it is an array of hashes.</i> MYSQL::What() debugs.
Click here for detailed information about this class on phpclasses.org