/t5/dreamweaver-discussions/adding-up-prices-from-a-column/m-p/894187#M87452Dec 15, 2008
Dec 15, 2008
Copy link to clipboard
Copied
LATEST
try putting the 2cost in different varibles then add
them....it looks like your adding the same array index in your code
($row_jobs['job_cost'] + $row_jobs['job_cost']) that would explain
why you keep getting the same value.