Hi,
when I use print_r to print an array, I don't get a nice human display. only if I do view source I get the human readable display.
How can I do it so It will be displayed well .
(I'm familier with the ob_start/ob_get_contents functions that are needed here, I just need the fnction that translates the space characters and \n to html)