ID:               16904
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Unknown/Other Function
 Operating System: Suse Linux
 PHP Version:      4.1.2
 New Comment:

It works fine with complete numeric multi-dimensional arrays!


Previous Comments:
------------------------------------------------------------------------

[2002-04-29 10:23:27] [EMAIL PROTECTED]

There is a problem with a multi-dimensional array coming from a
web-formular. in my case, i have a 2 dimensional array, first dimension
numeric, the second associative. when i pick up the second dimension
by
foreach($array as $key => $info), i cant output the elements by eg echo
$info['name'].
with print_r($info) I get the right information about the array, but
its impossible to get an output of the elements with echo or print!

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16904&edit=1

Reply via email to