Re: Going loopy with arrays.....

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



can you paste the array you're using?

On 3/31/06, Jay Blanchard <jblanchard@xxxxxxxxxx> wrote:
> [snip]
> foreach ($parent as $child)
> {
>     print $parent;
>
>     foreach ($child as $item) {
>             print $child . "=" . $item;
>     }
>
> }
>
> didn't test it, but this should work.
> [/snip]
>
> Didn't work, returns ArrayArray=ArrayArrayArray=ArrayArray=Array
>
>


--
Anthony Ettinger
Signature: http://chovy.dyndns.org/hcard.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux