I hate to post this but I am on a time crunch and need some help with accessing the values in this massive multidiminsional array. After staying up all night I have no more brain power or stamina to play around with it any more. So can someone please help me with a set of nested for loops to get at these values?! Thank you all in advance.
Array
(
[0] => Array
(
[120] => Array
(
[field_1_textbox_text] => Panel 1
[field_2_textbox_text] => p1
[field_3_wysiwyg_content] => Pane 1
[field_4_textbox_text] => P1
)
)
[1] => Array
(
[121] => Array
(
[field_1_textbox_text] => Panel 2
[field_2_textbox_text] => p2
[field_3_wysiwyg_content] => Panel 2
[field_4_textbox_text] => p2
)
)
[2] => Array
(
[122] => Array
(
[field_1_textbox_text] => Panel 3
[field_2_textbox_text] => p3
[field_3_wysiwyg_content] => panel 3333
[field_4_textbox_text] => p3
)
)
)
1 Answer