odbc_execute

odbc_execute -- Execute a prepared statement

Description

bool odbc_execute ( resource result_id [, array parameters_array])

Executes a statement prepared with odbc_prepare( ) .Returns TRUE on success , FALSE on failure .

Poznámka :