Re: Dumping an array to a web page
- From: Rik <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Tue, 30 Jan 2007 21:28:22 +0100
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
.
- Follow-Ups:
- Re: Dumping an array to a web page
- From: bob.chatman@xxxxxxxxx
- Re: Dumping an array to a web page
- References:
- Dumping an array to a web page
- From: CptDondo
- Dumping an array to a web page
- Prev by Date: Dumping an array to a web page
- Next by Date: Re: using conditional statements in where-clause
- Previous by thread: Dumping an array to a web page
- Next by thread: Re: Dumping an array to a web page
- Index(es):