Databases: MySQL access class Bimal Poudel (contact me)
This class implements MySQL database access wrapper. It can:
- Connect to a given MySQL database server host
- Execute SQL queries
- Retrieve query results into arrays
- Execute queries that return the number of rows that a given SQL query would return
- List the database tables