I created a sql column:
options enum (‘option1’,‘option2’,‘option3’,‘option4’);
and i have a list item in a php doc that allows multiple selections. my problem is that it only adds the last item selected to the database. How do i get it to add all the selected items to the database?