<input type="checkbox" id="one" name="form[age[]]" value="1"/><label for="one">0 to 12 months</label>
name
使用 POST 提交后,如何在 PHP 中引用它。我正在尝试收集所有复选框值,然后implode age[]
,但我需要将其放入form[]
表单验证中。
当 i 时print_r[$_POST['form']['age']
,它显示Notice: Undefined index: age