<?php $array = array( array('amount'=>1689.3), array('amount'=>1494), ); echo array_sum(array_column($array,'amount'));
You have javascript disabled. You will not be able to edit any code.