I am developing a report using php and mysql. My problem is that i want to display a sum of columns data on per page like the following format.
Page 1 of 3
-------------------
col1 | col2 | col3|
-------------------
abc 100.01|15.20|
abc 200.05|20.20|
-------------------
sum |300.06|35.40|
page 2 of 3
-------------------
col1 | col2 | col3|
-------------------
abc 100.01|15.20|
-------------------
sum |100.01|15.20|
and so on.....