Converting arrays to human readable tables
Posted 5 April 2004
This function allows you to quickly display the contents of an array as a HTML table. It can also recursively display data for nested arrays.
A quick example,
Would produce the output:
Foo | Bar | Baz |
Data 1 | Data 2 | Data 3 |
Data 4 | Data 5 | Data 6 |
</code>