RE: Going loopy with arrays.....

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

 



[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

-- 
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