View Single Post

  #8 (permalink)  
Old 05-14-2007
Richard Davey
 
Posts: n/a
Default Re: [PHP] printing out this nested array

Jim Lucas wrote:

> suggestion for next time. echo a <pre> or <plaintext> tag out before
> you echo your array next time and you will then see the nesting of the
> arrays
>
> Doing that would have made the answer to this question very obvious


You could also benefit from installing this very handy little bit of
code into your PHP project:

http://krumo.sourceforge.net/

Cheers,

Rich
--
Zend Certified Engineer
http://www.corephp.co.uk

"Never trust a computer you can't throw out of a window"
Reply With Quote