Help much appreciated on this by PHP newbie!
I have a database table that contains categories (up to 14) but these can be amended. I have a product table that draws data from the categories table to determine which category a product fits in. This will often be more than one of the available categories. I want to have a series of radio buttons that can be selected; the labels and values of which are drawn from the category table. When the product table is updated, though, I want the (values of) selected radio buttons to be inserted into only 1 field, so that this single field can be searched for any of the values denoted by the selected radio buttons... Any clever bod know the answer to this one?
Thanks in advance,
Lewis.