Welcome Guest, Not a member yet? Register   Sign In
Trouble Inserting Checkbox Array
#3

[eluser]lenwood[/eluser]
If I do that then I'll need to write code to store them all in one array and save them in the cat_id field of my table. Is that the right way?

In a Google search I found that I should add brackets to the name attribute so that it becomes an array. I'm just not sure what to do with it beyond that.

Code:
<input type="checkbox" name="cat_id[]" value="<?php echo $row->id; ?>" />


Messages In This Thread
Trouble Inserting Checkbox Array - by El Forum - 05-03-2010, 07:10 PM
Trouble Inserting Checkbox Array - by El Forum - 05-03-2010, 08:05 PM
Trouble Inserting Checkbox Array - by El Forum - 05-03-2010, 08:34 PM
Trouble Inserting Checkbox Array - by El Forum - 05-03-2010, 08:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB