This is a simple MySQL database access wrapper to execute SQL queries and display results in HTML tables.
The class connects to a MySQL Server, sends SQL statements and gets the results as an array. A table with the data from the result sets can be displayed too.
The class may optionally returns error messages on failure based on the mysql_error() and user defined error messages.