Question : How do I add check boxes which update several records by their id from the checkbox?

I'm creating an admin screen with php. The records come from a table called Pads and the index for this table is PadID. I'm already showing these records in a html table.

I want to add a check box at the end of the row in my table.

I also what check all, and clear all buttons.

I'll be using GET rather than post.

When next script is called via the form, I don't know how these id's will be added to my update query ?

Answer : How do I add check boxes which update several records by their id from the checkbox?

ah, i see.  hopefully this link will be clearer:

http://www.html-form-guide.com/php-form/php-form-checkbox.html

Scroll down to section called "Check Box Group"
Random Solutions  
 
programming4us programming4us