Databases: clsCustomQuery eugene mercado (contact me)
This class can be used to execute MySQL database queries and retrieve all the result set rows and metadata into class variables.
The class execute a given MySQL query. If it is a SELECT query it stores the result set rows in a bidimensional array class variable. It also stores the number of result set rows and columns in class variables.