should i name my check boxes ina special way for the for each loop...i mean should i make it an array.......i feel arrays are confusing. could you give me a little code sample.
e.g.
my mysql table has the following columns
(text) make, (text) model, (text) year, bool (front ac), bool (side airbags) etc etc
and my check box is called side_airbags. could you give me a sample of how I coud get it done.