Hi,
been pulling my hair out with this array issue. Here's what I've got:
$my_array = array("Heading1",array("value1","value2","value3"),
"Heading2", array("value4","value5"),
"Heading3", array("value6","value7","value8"));
question is, how can I loop throguh this array and get, in turn, each heading and each value in the sub-arrays?
Thanks in advance.









Bookmarks