(PECL ibm_db2 >= 1.0.0)
Executes an SQL statement directly
resource db2_exec ( resource $connection, string $statement [, array $options ] )
Executes an SQL statement directly.
If you plan to interpolate PHP variables into the SQL statement, understand that this is one of the more common security exposures. Consider calling db2_prepare() to prepare an SQL statement with parameter markers for input values. Then you can