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

Basic PHP Tutorial

Advanced PHP Tutorial

PHP & MySQL

PHP Reference Manual

Usage and examples of PHP odbc_result_all() function

PHP ODBC Reference Manual

The odbc_result_all() function prints the result as an HTML table

Syntax

int odbc_result_all ( resource $result_id [, string $format ] )

Definition and usage

It is used to display the results as an HTML table

Return value

It returns the number of rows in the table, otherwise it returns false

Parameter

NumberParameters and descriptions
1

result_id

It contains information about result identifiers

2

format

It contains information about other overall table formats

PHP ODBC Reference Manual