View Single Post
06-18-2007, 10:47 AM
#1
VividWire is offline VividWire
Status: Member
Join date: Apr 2006
Location:
Expertise:
Software:
 
Posts: 262
iTrader: 0 / 0%
 

VividWire is on a distinguished road

  Old  Adding values in php?

OK, i cant code php or any other useful language so I hope someone here can help me out.

I have a table, with lots of different rows, each row has a value in it. Can I total all the values and display it somewhere on the page?

Example:

0
1
1
0
1

total: 3
I may also need it to preform some kind of average, but lets not worry about that yet.