Re: Dumping an array to a web page



CptDondo <yan@xxxxxxxxxxxxxxxx> wrote:

Is there some quick way to dump an array to a webpage and have it show up neatly formatted rather than the typical blob-o-text?

Thanks,

--Yan

echo '<pre>';
var_dump($var);
echo '</pre>';


--
Rik Wasmus
.