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