Code: Select all
while (list($key) = each($children)) {Code: Select all
foreach( $children as $key ) {Any hints appreciated.

Code: Select all
while (list($key) = each($children)) {Code: Select all
foreach( $children as $key ) {Code: Select all
foreach ($children as $key => $value)

