Databases: RG-MySQL
Ronny (contact me)
This class is a MySQL database access wrapper.
It can establish database connections to a given MySQL server host, execute SQL queries, retrieve the number of result set rows, fetch query results row by row as associative arrays or all rows at once, and retrieve the last inserted identifier value for SQL INSERT queries to tables with auto-increment fields.
Click here for detailed information about this class on phpclasses.org