how to sum two columns in array php code example Example: php sum array elements <?php $a=array(5,15,25); echo array_sum($a); ?>