I have database called products, i am getting these value in the table and i want to add a chex box in the last row, when i select the check box and click on submit.
my output should be in another php file where i shoule get all the contnet which i checked in the table format
--------------------------
pro id Name checked
--------------------------
1 abc yes
2 xyz no
3 mno yes
my output should be
--------------------------
pro id Name checked
--------------------------
1 abc yes
3 mno yes
please help
my output should be in another php file where i shoule get all the contnet which i checked in the table format
--------------------------
pro id Name checked
--------------------------
1 abc yes
2 xyz no
3 mno yes
my output should be
--------------------------
pro id Name checked
--------------------------
1 abc yes
3 mno yes
please help
Comment