Home > PHP > Function > > ovrimos_prepare()

ovrimos_prepare()

ovrimos_prepare - Prepares an SQL statement

Syntax

int ovrimos_prepare (int $connection_id, string $query)

Arguments

  • connection_id - The Ovrimos connection identifier, returned by ovrimos_connect().
  • query - The SQL statement.

Description

Prepares an SQL statement.

Version

PHP 4.0.3, 5 <= 5.0.5

Return value

Returns a result identifier on success, or FALSE on error.