I need to know how I can get the sum of a column in a MySQL database using PHP
This is a list of products in a DB and each one has a different price, so I want to calculate the sum and show them somewhere on my panel page. How can I do this and store the result in a variable?