I have, for example, and array containing the following:
row1_value1, row1_value2, row2_value1, row2_value2, ..., rown_value1, rown_value2
The question is - is there an easy way to add all the "_value1" to get a total and all the "_value2" to get another total without$total1 = $row1_value1 +...