PHP.nl

odbc_result_all

odbc_result_all

Print result as HTML table

 **odbc_result_all** Odbc\Result $statement string $format

Prints all rows from a result object produced by . The result is printed in HTML table format. The data is escaped. odbc_execnot

This function is not supposed to be used in production environments; it is merely meant for development purposes, to get a result set quickly rendered.

statementodbc.result.object.

formatAdditional overall table formatting.

Returns the number of rows in the result or false on error.