<input type="checkbox" name="strviewstr[]" id="strviewstr_1" value="1" /><label for="strviewstr_1">일</label>&nbsp;

<input type="checkbox" name="strviewstr[]" id="strviewstr_2" value="2" /><label for="strviewstr_2">월</label>&nbsp;

<input type="checkbox" name="strviewstr[]" id="strviewstr_3" value="3" /><label for="strviewstr_3">화</label>&nbsp;

<input type="checkbox" name="strviewstr[]" id="strviewstr_4" value="4" /><label for="strviewstr_4">수</label>&nbsp;

<input type="checkbox" name="strviewstr[]" id="strviewstr_5" value="5" /><label for="strviewstr_5">목</label>&nbsp;

<input type="checkbox" name="strviewstr[]" id="strviewstr_6" value="6" /><label for="strviewstr_6">금</label>&nbsp;

<input type="checkbox" name="strviewstr[]" id="strviewstr_7" value="7" /><label for="strviewstr_7">토</label>



for($i=0;$i<sizeof($strviewstr);$i++){

if($i==0) $f_gubun = $strviewstr[$i];

else $f_gubun .= ",".$strviewstr[$i];

}

+ Recent posts