I have go 40 check boxes ..... these check boxes need to be populated, when a user wants to ammend his categories that he has subscribed to.
I need to fill in these details with the corrosponding values in the database i.e
member_id category_id
3079 | 6
3079 | 13
3079 | 17
3079 | 35
member_id links to personal details(another table) & the category_id links to category name(another table).
Now, how do pull the data from a single column (i.e category_id) to fill in the check box details.
Hope this makes a bit more sence