Saving an array of db option values
I want to do it
Ex) db table
num product_key product_option_one, product_option_two, product_option_three
1 23782 160cm 170cm 180cm
product_option_one, product_option_two, product_option_three <— saving array
<select>
<option>select</option>
<option>{{optone}}</option>
<option>{{opttwo}}</option>
<option>{{optthree}}</option>
</select>