php - Update data with multiple select boxes with other option -


i have form multiple select boxes multiple option may selected other option @ last in option list. now, if select other option need view new textbox can type manually.

but problem that if select other option (say 3) need create 3 more tables in database store them. there solution store these other values in single table without complexity?

note: using component cloning on it.


Comments