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.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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.