<input name="key[]" type="checkbox" value="11">11 
<input name="key[]" type="checkbox" value="22">22

name属性名后加[]中括号,php会自动识别成数组。

转自:php 取得表单多选框值