PHP Classes

Sum MultiDimensional Array

Recommend this page to a friend!

      Top level forums  >  PHP Specialists  >  General  >  Sum MultiDimensional Array  
Subject:Sum MultiDimensional Array
Summary:Sum array values from multidimensional array
Messages:3
Author:Hasan Jafferullah
Date:2010-07-07 05:31:00
Update:2010-07-07 17:08:36
 

  1. Sum MultiDimensional Array   Reply   Report abuse  
Picture of Hasan Jafferullah Hasan Jafferullah - 2010-07-07 05:48:27
Hi all,

I have a multidimensional array as follows:


Array
(
[0] => Array
(
[date] => 2010-06-14
[description] => Internals
[hours] => 8.0

)

[1] => Array
(
[date] => 2010-06-11
[description] => Working
[hours] => 8.0

)

[2] => Array
(
[date] => 2010-06-10
[description] => Research
[hours] => 8.0

)

)

Now i want to sum up the total hours(i.e 8+8+8=24) from this array..

How to do this..

Thanks in advance

Rgds
Jaffer


There are 2 replies in this thread, which are not being displayed.
Browsing this forum thread replies is available only to premium subscribers.


Go to the premium subscriptions page to learn how to become a premium subscriber and have full access to this forum.