<input type="checkbox" >1 <input type="checkbox" >2 <input type="checkbox" >3 <input type="checkbox" >4 $str_tag=""; $s=$_POST['goods_server_name']; for($i=0;$i<count($s);$i++){ if($i==0){ $str_tag = $s[$i]; }else{ $str_tag = $str_tag .",".$s[$i]; }
}