Home > PHP > Function > > ovrimos_execute()

ovrimos_execute()

ovrimos_execute - Executes a prepared SQL statement

Syntax

bool ovrimos_execute (int $result_id, array $parameters_array)

Arguments

  • result_id - An Ovrimos result identifier prepared with ovrimos_prepare().
  • parameters_array - If the prepared statement contained parameters (question marks in the statement), the correct number of parameters should be passed in an array.

Description

Executes a prepared statement.

Version

PHP 4.0.3, 5 <= 5.0.5

Return value

Returns TRUE on success or FALSE on failure.