<form>
<input type="checkbox" name="chk[]" value="1">
<input type="checkbox" name="chk[]" value="2">
<input type="checkbox" name="chk[]" value="3">
<input type="checkbox" name="chk[]" value="4">
</form>
이렇게 넘겨주면 배열로 넘어가냐?
테스트해보기 귀찮아서 질문남김 ㅎㅎ
<form>
<input type="checkbox" name="chk[]" value="1">
<input type="checkbox" name="chk[]" value="2">
<input type="checkbox" name="chk[]" value="3">
<input type="checkbox" name="chk[]" value="4">
</form>
이렇게 넘겨주면 배열로 넘어가냐?
테스트해보기 귀찮아서 질문남김 ㅎㅎ
http://jsbin.com
참신하네