English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Basic PHP Tutorial

Advanced PHP Tutorial

PHP & MySQL

PHP Reference Manual

Usage and examples of the PHP odbc_result() function

PHP ODBC Reference Manual

The odbc_result() function retrieves result data

Syntax

mixed odbc_result ( resource $result_id , mixed $field )

Definition and usage

It is used to obtain data

Return value

It returns the string of the submitted table if not, it returns false

Parameter

NumberParameters and descriptions
1

result_id

It contains information about the result identifier

2

field

It contains information about the field names being retrieved

PHP ODBC Reference Manual