php - checkbox
Hi
I have problem regading usering checkbox and table in php.
I retrieved the records from the user table like
---------------------------------------------
userid category name addtomydatabase
---------------------------------------------
1 software abc checked
2 sports ghi unchecked
---------------------------------------------
in the column addtomydatabase I have checkbox, there are 100 records in the table format. Now If i check few selected checkboxes and click submit button, I want this selected filds should be added to a new database called, myfavouriteuser.
can anyone help?
|