Adding Different Numbers From MySQL

Posted on 16th Feb 2014 by admin

Basically I have a mysql database with a couple prices as the following:

9.99
9.99
9.99
49.99
24.50
24.50

How can I add these numbers and display the total from a mysql database?

Other forums