This package can be used to display MySQL query results in HTML tables.
It takes a MySQL query result handle and generates an HTML table showing data returned by the query. The query field names are displayed in the table headers.
If there too many result rows, the class can also limit the number of result records that are displayed per page. In that case, the class also displays links to go to pages that display other ranges of the query result.
The table width and height, the cell and navigation link styles are configurable. |