30 Apr
2011
30 Apr
'11
7:48 p.m.
Hello: this is my select multi form 'color' => array ( '#type' => 'select', '#title' => t('Color'), '#size' => '10', '#multiple' => 'TRUE', '#default_value' => $selected, '#options' => $select_colors, how can I insert the values in database ? how can I read values from databases ? Thanks.