Update Multiple Selected Records using PHP Mysql

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 14

  • @goodluck2758
    @goodluck2758 Рік тому

    This video is very helpful, thank you

  • @kdroy139
    @kdroy139 3 роки тому

    Great Concept. Thaks for the Video.

  • @_ratnadeep_paul_
    @_ratnadeep_paul_ 3 роки тому

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

  • @f450fpv7
    @f450fpv7 6 місяців тому

  • @nayeemuzamanhridoy5878
    @nayeemuzamanhridoy5878 3 роки тому

    Thank you bro.

  • @roywilliamvermeulen
    @roywilliamvermeulen 2 роки тому

    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.

  • @mr.RAND5584
    @mr.RAND5584 2 роки тому

    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....

  • @DNADFS
    @DNADFS Рік тому

    How to create the dropdown field for position and Office ?

  • @mnunez6153
    @mnunez6153 2 роки тому

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

  • @MrRagilbc
    @MrRagilbc 3 роки тому

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

  • @mr.RAND5584
    @mr.RAND5584 2 роки тому

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

  • @managermakstudio3906
    @managermakstudio3906 2 роки тому

    hi can u give me paing for this

  • @mr.RAND5584
    @mr.RAND5584 2 роки тому

    You are looping mysqli possible of too many connection error.

  • @renecabuhan1675
    @renecabuhan1675 2 роки тому

    Thank you bro.