I have a multiple select field designed as below:
Option 1
I had the same problem and this helped me. collect data in a form
one two three four five six
using this as your page.php
prepare($sql); $q->execute(array(':h'=>$h)); header("location: mypage.php?"); //redirect to a page after posting into mytable ?>