How to insert HTML table into mysql table using checkbox in PHP
I'm working on a small project in php to do bulk insert into mysql table using php. I have a working code to insert bulk data when a checkbox in checked when I click on select all. But when ever I select any of the check without selecting all doesn't insert the selected checkbox. Please any help will much much appreciated. Thank you.