mysql, adding a column help php/mysql?

anthony

New member
ok, here is what i would like to do. i need to select a whole colomn from my mysql db. i got this far:
SELECT {column_name} FROM {table_name} *

now i just need to add those values from that column up, any idea how i do that?

(i was doing a mysql qeury, but if you could show me how to do in php, that would be appreciated as well )

thanks
 
Back
Top