Dear all,
How to delete multiple items using checkboxes when selected and then clicking delete button in php
Thanks
How to delete multiple items using checkboxes in php
Ask by pintu nayak
Updated 28 Mar 2012
Hi Pintu,
If you want to delete multiple item's using checkbox which is selected, then firstly you have to retrive all values of checkbox and then by using for loop you can delete those item's from database.
Following links have information that how to get all checked values of checkbox in php.
https://www.mindstick.com/forum/399/how-to-insert-multiple-values-selected-in-checkbox-in-database
You can check out above link and let me know that your problem has been solved.