Thread
:
Totaling Numbers PHP
View Single Post
12-17-2006, 08:01 PM
#
2
(
permalink
)
littleFella
Inactive
Join Date: 06-20-04
Location: Ontario
Posts: 3,359
iTrader:
0
/ 0%
Latest Blog:
None
It might be a bit silly to do that in PHP, although there may be circumstances under which you'd opt for PHP rather than for SQL.
Why don't you try SQL first:
SELECT SUM(FieldName) FROM TableName
littleFella
View Public Profile
Find More Posts by littleFella