English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The odbc_result() function retrieves result data
mixed odbc_result ( resource $result_id , mixed $field )
It is used to obtain data
It returns the string of the submitted table if not, it returns false
Number | Parameters and descriptions |
---|---|
1 | result_id It contains information about the result identifier |
2 | field It contains information about the field names being retrieved |