This class is a simple MySQL database access wrapper. It can:
- Connect to a given MySQL database server
- Execute arbitrary SQL queries
- Retrieve query result rows into arrays
- Retrieve all the query results into a single bi-dimensional array
- Execute a query and retrieve a range of the result rows into a single bi-dimensional array
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
mydb.php |
Class |
php script |