Hi newsgroup,
I have a mysql table which stores points of users from a competition. I can
display the table with php, you see which user has points and how much, the
one with the highest points stands on one (off course).
But, I want to display the total amount of points of all users together form
the table standm in the column pts.
I really don't know how to get the total value of all values together. My
first idea is to do something with count, but this only counts the rows.
Who can help me out.
I have a mysql table which stores points of users from a competition. I can
display the table with php, you see which user has points and how much, the
one with the highest points stands on one (off course).
But, I want to display the total amount of points of all users together form
the table standm in the column pts.
I really don't know how to get the total value of all values together. My
first idea is to do something with count, but this only counts the rows.
Who can help me out.
Comment