I have managed to use some complex mysql queries (for me at least) to come up with this results set.
Array ( [0] => 200 ) Array ( [0] => 0 ) Array ( [0] => 0 ) Array ( [0] => 0 ) Array ( [0] => 0 ) Array ( [0] => 300 ) Array ( [0] => 600 ) Array ( [0] => 400 ) Array ( [0] => 500 ) Array ( [0] => 500 ) Array ( [0] => 500 ) Array ( [0] => 400 ) Array ( [0] => 0 ) Array ( [0] => 800 ) Array ( [0] => 200 ) Array ( [0] => 400 )
As you can see the results includes multiple arrays containing just one number. Is it possible for me to combine the results for all the arrays together into a total. For instance, the total here would be 4,800.