update the selected existing records of database

Posted on 16th Feb 2014 by admin

Hi frndz,
I am new to php and get stuck....

Edit.php > Update.php > Updateaction.php

i have 1 edit page displaying results existing in database with chkbox in front of every record and update btn. Its like

chkbox Record Update-btn
this red row is under while loop

and then update page which gives option to edit the values of selected chkboxes with update button

RecordtobeUpdated Update-btn

Now problem is that when i made the changes in records of selected checkboxes and click update button. Its not updating the records in database on moving to updateaction.php

Other forums