odbc_execute

(PHP 3>= 3.0.6, PHP 4 >= 4.0.0)

odbc_execute -- Execute a prepared statement

Description

int odbc_execute (int result_id [, array parameters_array])

Executes a statement prepared with odbc_prepare(). Returns TRUE on successful execution, FALSE otherwise. The array parameters_array only needs to be given if you really have parameters in your statement.