PHP Sum Array - sum only elemants of an array
- by Homer_J
Hi all,
I have have an array as follows:
$row[6]
This section of the array has 4 numbers within it that I can display and use without any problems, what I'd like to be able to do is sum the first two numbers and the last two numbers separately.
Is there any way to do this?
Thanks in advance,
Homer.