I have a form in which user selects different options from check boxes and those values are saved in the database in seperate fileds ..e.g. if he/she select sports, TV, magazine from a list of 10 options then all three options will be inserted seperately in there respective fields. What if i want user to later edit these options ..should i first delete all the previous options and then insert the new ones or is there ay other way?/
Use the update command
well but how to use update command on check boxes ???? as the options stored are in seperate fields...if i had save them in a array ...it would have been easy for me but i need to add them in seperate fields so editing them is getting difficult
I am a bit confused. What is the problem?
Using the update command?
If you can insert them, you can also update them?