I have a list of days in my database created with the SET datatype.
SET
SET(\'Mon\',\'Tue\',\'Wed\',\'Thr\',\'Fri\',\'Sat\',\'Sun\')
foreach ($_POST['days'] AS $key => $value) { // INSERT ... where $value is one of the values }