Databases: Easy Data Grid
Reza Salehi (contact me)
This is a simple class that can display the results of a MySQL database query in an HTML table.
The class takes as parameters a result set resource handle and a list of result columns to display.
The results are displayed in an HTML table that may have every other row with a custom background color.
Additionally, a special column may display a link to a configurable detail page that passes as argument the current result set row key field value.
Click here for detailed information about this class on phpclasses.org