How to Update Multiple MySQL Database Records

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aris1234
    New Member
    • May 2007
    • 9

    #1

    How to Update Multiple MySQL Database Records

    Hi..

    How to Update multiple record ??

    I have 3 file : (my code no have error)
    "tesupd.php " process to > "codetesupd.php " process to "update.php "

    in page "tesupd.php " have a checkbox for choice one or more
    in page "codetesupd.php " viewing content record in table. if choice one view one record, and if choice two view two record.
    in "update.php " just process for update.

    in my case, if user choice one for update.. code can work and can update
    my problem is if user choice two or more record.. code not have error but can't update

    thank's
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Changed thread title to better describe the problem.

    Why not just send two queries?

    Comment

    Working...