Is there a de-facto standard library for creating ASCII \"tables\" in PHP?
I want some PHP code that, when handed an array or other data structure will output tabl
This is what you are looking for:
http://code.google.com/p/php-text-table/