Execute a SQL statement. This is meant for insert, update, and delete queries. Mainly this is for queries that do not return a recordset. This is just a general purpose method.
parameters: $sql (string, the sql statement you want to execute);
returns the number of affected rows.