Posted by Rik on 01/30/07 20:28
CptDondo <yan@NsOeSiPnAeMr.com> 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
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming