|
ovrimos_result_all(PHP 4 >= 4.0.3, PHP 5 <= 5.0.5) ovrimos_result_all — Prints the whole result set as an HTML table Описание
int ovrimos_result_all
( int $result_id
[, string $format
] )
Prints the whole result set as an HTML table. Список параметров
Возвращаемые значенияReturns the number of rows in the generated table. ПримерыThis will execute an SQL statement and print the result in an HTML table. Пример #1 Prepare a statement, execute, and view the result
<?php
Пример #2 ovrimos_result_all() with meta-information
<?php |
|