Update Multiple Selected Records using PHP Mysql

preview_player
Показать описание
Update Multiple Selected Records using PHP Mysql
Рекомендации по теме
Комментарии
Автор

Thanks Bro... This is what I am looking for...

_ratnadeep_paul_
Автор

This video is very helpful, thank you

goodluck
Автор

how can i just delete al the records with one button. Im doing this for a shopping cart and when i say "order" it needs to delete the files from the cart table.

roywilliamvermeulen
Автор

can you please add code for having select option instead of input?

mnunez
Автор

How to create the dropdown field for position and Office ?

ciuqexo
Автор

Can we have query sql string with one connection only? Update table1 set col=2 where id=1; update table1 set col=10 where id=2; update....

mr.RAND
Автор

punya sya kok error undefined array disini ya mas
$name = $_POST['name_'.$updateid];
$position =
$office = $_POST['office_'.$updateid];
$age = $_POST['age_'.$updateid];
$salary = $_POST['salary_'.$updateid];
ada solusi mas?

MrRagilbc
Автор

I am updating 30, 000 record. Too many connection error.

mr.RAND
Автор

You are looping mysqli possible of too many connection error.

mr.RAND