Databases: Easy Connect to MySQL Ashraf Gheith (contact me)
This is a very simple class that can be used to connect to a MySQL database and execute a SQL SELECT query.
It consists of a single function that does everything at once: connects to a given MySQL database, executes a given SELECT query and returns the query results in a bi-dimensional array.