This code puts results from a mysql_query into rows and the colors of the rows alternate. Useful for displaying information such as schedules or lists.
complex Table class for gegeration of HTML Tables with most of Tag-features. Table can flexible resized ( add rows or columns ) during script, so that it is not possible to
know how many lines you need in the Table ( e.g. select statement from database ). Values of the TD's can be assigned in every order you want. also overwriting of values is
possible, because the HTML code is sent at the end of code and not everytime you change the table definitions. All tags are used ( e.g. rowspan, colspan, backgroundcolor ....
) at least for ns 4.78. Everything can be viewed in most Browsers ( tested i.e 4.0 and upper, NS 4.78 and upper, Opera ) Every row may be a header. maybe some small bugs, but
is working in productive system.
This class create a ajax-driven dynamic table. Data are retrieved fron an SQLite database and updated on-the-fly as the user changes them. Full package downloadable here
http://www.evolvetechnologies.it/duepuntozero/esempi/dyntable_sqlite.zip
PHP 5 Class to generate HTML tables. Fixes most of the common problems with tables (empty cells, different number of columns per row, etc). Supports all w3 standard tags and
attributes. Allows for alternating row colors (any number of colors may be used).
Why yet another table formatter? Because this allows to put more than one db field in the same table cell, or to use the same field in more than one cell. The example should
explain better than my English.
QueryPrint is a PHP class that prints the results of a SQL query in HTML format. The printing is defined in a seperate module class that can be modified or replaced.
QueryPrint also supports multiple page queries allowing the user to decide how many records to show on each page. The previous and next buttons are added automaticaly and as
defined by the printing module.