I have users doing Inserts from checkboxes, and have questions about the basic layout of the form.
a) Will this Insert in the column as an array, csv?:
<input type=checkbox name="form.col[]" value="1"> first >
<input type=checkbox name="form.col[]" value="2"> second >
<input type=checkbox name="form.col[]" value="3"> third >
b) how do I gather these for an Insert ( OnCLick=checkALL ?)
c) my forms will have a section like this, but others will have added sections on them, for checkbox values within other categories. How do you organize the OnCLick=checkALL for something like this?
e)Later, can a SELECT statement be done on these stored values in the col with "="?
Anyone know a decent tutorial on php checkbox forms for Insert? (Update too? -- will Update be workable if number values are stored in an array?)




Bookmarks