Delete Multiple Records In MySQL By Selecting Checkbox Using PHP

preview_player
Показать описание
Delete Multiple Selected Data/Rows/Records In A Table MySQL Database By Selecting Checkboxes Using PHP | PHP MySQL

More Videos :

Contact :

Donate To Support :

Music :
1. Track: NIVIRO - Flares [NCS Release]
Music provided by NoCopyrightSounds.
2. Track: Jim Yosef - Lights [NCS Release]
Music provided by NoCopyrightSounds.

Thank you for watching
Рекомендации по теме
Комментарии
Автор

Thanks a lot! I've figting with this for a long time
I just add some code to don't get problems when there is no one selected

echo "<script> alert('No one is selected'); </script>";
}
else{

edgardidiercoronaventura
Автор

Thanks it worked but only the first items are deleting if I try to delete the last item it will just refresh the page. and sometimes I will get deleteID is not defined but the first items in the list are always deleted. is there a solution for this ?

ayowaleojo
Автор

submit bulk with Checkbox , can you give me tutorial plessee master

fahiyangtech
Автор

I have a problem with this program For example; I have Id "TH1, TH2, TH3, TH4" but I can't use multiple deleted with checkbox, but if my Id is "1, 2, 3, 4" I can use multiple deleted with So what do you do? my solution if i have Id "TH1, TH2, etc"???

jovenis
Автор

You checked the number of 2 and 3 but the number got deleted was the 3 and 4 not the 2 - 3

jinshin.