I don't know how to explain this in English but i will try my best .
I have a table called invoices and when a user does something a record is added to the table . which is called Amount
.So i want to know is it possible to add all the records that enters the invoice table ?
like :
AMOUNT 1 + AMOUNT 2 + AMOUNT 3 + Keeps going ...
And display the total .
I have no idea what to try and what to do . I never did something like this before
is it possible to accomplish this ?