Skip to content
Advertisement

How to find average from array in php?

Example:

JavaScript

Actually how to find average value from this array excluding empty. please help to resolve this problem.

Advertisement

Answer

first you need to remove empty values, otherwise average will be not accurate.

so

JavaScript

DEMO

More concise and recommended way

JavaScript

See here

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement