• PHP Video Tutorials

PHP - Function Result



Syntax

mixed odbc_result ( resource $result_id , mixed $field )

Definition and Usage

It used to get the data

Return Values

It returns string of table filed or else false on failure

Parameters

Sr.No Parameters & Description
1

result_id

It contains the information about result identifier

2

field

it contains the information about field name being retrieved

php_function_reference.htm
Advertisements