Checkboxes for form submission

wxdqz

New Member
I have a database with a table of product inventory. I am planning to build an "admin" page for which a staff can access to prune out entries in the database. For the deletion task, I want to use checkboxes so that he/she can delete more than one item (by making use of checkboxes) with one form submission, rather than going back and forth, deleting one entry at a time with a radio button or select box.

My data is stored in a MySQL database.

What's the best way to use checkboxes for row deletion?

Any help would be greatly appreciated.

-Jason
 
Back
Top