|
ovrimos_result_allPrints the whole result set as an HTML table Description
int ovrimos_result_all
( int
$result_id
[, string $format
] )Prints the whole result set as an HTML table. Parameters
Return ValuesReturns the number of rows in the generated table. ExamplesThis will execute an SQL statement and print the result in an HTML table. Example #1 Prepare a statement, execute, and view the result
<?php
Example #2 ovrimos_result_all with meta-information
<?php |