How to calculate average from multiple array in php?

QuestionsHow to calculate average from multiple array in php?
sethbeckerman5 Staff asked 4 years ago

I have some array value returns from the database like

My Actual DB Value

So the calculation is

How to get an average from those values and the result is something like

What I have tried so far


View on Stack Overflow