|
ifx_htmltbl_result(PHP 4, PHP <=5.2.0) ifx_htmltbl_result — Formats all rows of a query into a HTML table Описание
int ifx_htmltbl_result
( resource $result_id
[, string $html_table_options
] )
Formats and prints all rows of the result_id query into a HTML table. Список параметров
Возвращаемые значенияReturns the number of fetched rows, or FALSE on errors. Примеры
Пример #1 Informix results as HTML table
<?php |
|