I have a form that uses a multi select so you can select multiple options, how would I make it so that if you pick 2 options, it adds them both into the database as
option1,option2,option3
I'm kind of still new to PHP, I know I will have to put it as an array, I'm just not sure exactly how to do it.