Hi does any body know what the best way to loop through an array and add int values ? Basicly I am gathering info from a database, I am then using a foreach loop to loop through the array and then trying to find a way to add all the int values of the returned data together like 1+4+6 etc.
Any help would be grateful





Bookmarks