• PHP Video Tutorials

PHP - Function Prepare



Syntax

resource odbc_prepare ( resource $connection_id , string $query_string )

Definition and Usage

It used to prepare a statement for execution

Return Values

It returns odbc result identifier if the sql was prepared successfully or else it will show 0 on failure

Parameters

Sr.No Parameters & Description
1

connection_id

It contains the information about connection identifier

2

query_string

The query string statement being prepared

php_function_reference.htm
Advertisements