How would i get the sum of the totals for the following PHP Array?
I am running this: print_r($myArray);
Array
(
[0] => Array
(
[total] => 100.0000
)
[1] => Array
(
[total] => 100.0000
)
[2] => Array
(
[total] => 689.5000
)
)