calculate sum total of all the figures in a column

后端 未结 3 908
青春惊慌失措
青春惊慌失措 2020-12-22 10:46

\"table

I have a table that I want to calculate the sum total of all the values in column \"Price\"

3条回答
  •  感情败类
    2020-12-22 11:17

    Do you have any database connection? If not, you should read up on using MySQL in PHP.

    If you do already know how to connect, you can still use that same example. :)

提交回复
热议问题