A whole table full of checkboxes
Posted: Fri Jun 18, 2010 6:11 am
Hi there. This is my first post, so please be gentle 
I have a table with about 15 columns and a variable amount of rows. In each row, the first column is the name, and the rest are movies in which the actor starred. In the beginning there are just empty checkboxes.

I would like to check the actors which starred in the first movie, then click on the button in that column and "remember" that somehow in my database. If the actor starred in a movie then that checkbox is replaced with a green check mark image, if not a red cross image is put in.
I worked out the part of checking in the database if there should be a green or red image, but I can't figure out the part of storing the checked checkboxes in the database. Can anybody help me?
I have a table with about 15 columns and a variable amount of rows. In each row, the first column is the name, and the rest are movies in which the actor starred. In the beginning there are just empty checkboxes.

I would like to check the actors which starred in the first movie, then click on the button in that column and "remember" that somehow in my database. If the actor starred in a movie then that checkbox is replaced with a green check mark image, if not a red cross image is put in.
I worked out the part of checking in the database if there should be a green or red image, but I can't figure out the part of storing the checked checkboxes in the database. Can anybody help me?