php-mysql
Posted: Thu Nov 25, 2010 12:51 am
I have table called products, i have two fields pro_id, name.
Now I got all the data from this table into table format and now i want to add a chexbox in the last column of every rows, 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
Now I got all the data from this table into table format and now i want to add a chexbox in the last column of every rows, 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