View Single Post
Old 11-09-2012, 04:31 PM   PM User | #4
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
So not in a schedule then?
You already have the form almost correct. Using a checkbox name that's an array will allow you to retrieve the checked items out of it. So you have it named todo1[]. The value is incorrect though, make that whatever the primary key is for the record.
When you submit it, you can simply implode that and put it into an UPDATE. What you do exactly with that will depend on what the datatype of the primary key is.
Fou-Lu is offline   Reply With Quote
Users who have thanked Fou-Lu for this post:
lewishowe (11-12-2012)