1.

Solve : Checkbox in PHP/MySQL rows?

Answer»

Hi

I have a SIMPLE Table (Table1) with 3 fields (ID, Date, Value).

So if I query the DB for a certain date it lists the ID and value of all rows with that date. What I need to do is have a CHECKBOX next to each table row and only the ID & Value of the rows that are checked should be posted to the next page where I will do a SUM to add the values together.

Does ANYONE have any IDEAS on the best way to do this?

Thanks in advanceDo you have any code so far we can work with?



Discussion

No Comment Found