php - How to get the total of a database column -


i have column of data returned database , i'd know how sum entire column. can tell me if there built in function this?

123.00 12.00 1.00 ----- 136.00 < need. 

please see accompanying post mysql portion of code. how total sum column

in mysql can return values in sum() function, if important values , total amount

if store in array in php u can use array_sum


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -