From: "PEAR Announce" on
The new PEAR package HTML_Table-1.8.3 (stable) has been released at http://pear.php.net/.

Release notes
-------------
- Request #16984: added a __toString() method, i.e. "echo $table;"
is now possible
(thanks to Andreas Sjöberg)
- Bug #17073: enhanced E_STRICT compatibility
(thanks to Andrea Bakker and Daniel O'Connor)

Package Info
------------
The PEAR::HTML_Table package provides methods for easy and efficient design of HTML tables.
- Lots of customization options.
- Tables can be modified at any time.
- The logic is the same as standard HTML editors.
- Handles col and rowspans.
- PHP code is shorter, easier to read and to maintain.
- Tables options can be reused.

For auto filling of data and such then check out http://pear.php.net/package/HTML_Table_Matrix

Related Links
-------------
Package home: http://pear.php.net/package/HTML_Table
Changelog: http://pear.php.net/package/HTML_Table/download/1.8.3
Download: http://download.pear.php.net/package/HTML_Table-1.8.3.tgz

Authors
-------
Mark Wiesemann <wiesemann(a)php.net> (lead)