Mysql BD + PHP

alquimistabiologico

New Member
Messages
193
Reaction score
0
Points
0
Hello

I have a table call money in my database with these fields

Code:
ID
date
value
I want to introduce certain quantity into "value" field to an specific ID, and that this can be done several times, without lose the previous entrances; and then, show the sum of the total "value" fields associated to an specific ID.

I would also want to show the history group by date, of the deposits in the "value" fields associated to an specific ID.

I want to do all this via PHP.

Thanks for the help!!
 
Top