require_once 'MDB.php';
mixed &query (string $query, array [$types])
mixed &query
Executes a SQL query
the SQL query
if supplied, the types of the columns in the result set will be set for fetching
mixed - a new a resource id/MDB_OK or a MDB_Error, if fail
Table 33-1. Possible PEAR_Error values
This function can not be called statically.