[PHP-DB] Looking for specific data

2007-11-21 Thread DeadTOm
There has to be an easier way to do this. I have a page with a list of 29 options utilizing checkboxes. The options that are checked get put into a mysql table as a 1 and the options not checked get entered as a 0. So the table looks like this idcs01 cs02 cs03 cs04 10

Re: [PHP-DB] Looking for specific data

2007-11-21 Thread Chris
DeadTOm wrote: There has to be an easier way to do this. I have a page with a list of 29 options utilizing checkboxes. The options that are checked get put into a mysql table as a 1 and the options not checked get entered as a 0. So the table looks like this idcs01 cs02 cs03