ibase_query

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

ibase_query -- Execute a query on an InterBase database

Description

int ibase_query ([int link_identifier, string query [, int bind_args]])

Performs a query on an InterBase database, returning a result identifier for use with ibase_fetch_row(), ibase_fetch_object(), ibase_free_result() and ibase_free_query().

Note: Although this function supports variable binding to parameter placeholders, there is not very much meaning using this capability with it. For real life use and an example, see ibase_prepare() and ibase_execute().