How can I?
Thanks / Henrik
check the mysql.com site for sure on the syntax, but I think it is something like:
select sum(column_name) from table_name
then use php to convert the returned query to a variable.
thank you!