I run a loop and in different rows I have a cost value. I need to have a total at the end?... Mental block.
$aL = 1; while ($aL <= ($_SESSION['numA'])) { $costA[$aL]; $aL++; }
Need $totalA
+=