> How about adding an extra second parameter to print_r > function, that would > enable HTML output, with <br />s and maybe bold values?
how about this ? <pre> <?php print_r($foo); ?> </pre> mg -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php