I\'m looking to be able to produce a nicely formatted table with rows and columns from the contents of a print_r array statement?
Any ideas?
Here is a very simple way to print pretty arrays with html pre tag:
'; print_r($myarray); echo '