jj20051 Posted September 7, 2008 Share Posted September 7, 2008 How Would You Add All Of The Values In A Column Together and Display It Using PHP? ( Yes I Understand How to Connect To The Database and I Realize It Should Involve A MYQL Query Of Some Sort. ) Quote Link to comment https://forums.phpfreaks.com/topic/123151-adding-colum-values/ Share on other sites More sharing options...
.josh Posted September 7, 2008 Share Posted September 7, 2008 assuming you know how to connect and query etc.. use SUM select sum(column) as blah from table Quote Link to comment https://forums.phpfreaks.com/topic/123151-adding-colum-values/#findComment-636027 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.