【发布时间】:2021-03-03 16:00:25
【问题描述】:
我是 PHP codeigniter 的新手,
如何在 Controller 中使用 php Codeigniter 获取复选框值。
这里是复选框,我想使用 post menthod 在控制器中基于名称作为“businessType”获取复选框值。
<input type="checkbox"name="businessType" value="1">
<input type="checkbox"name="businessType" value="2">
<input type="checkbox"name="businessType" value="3">
请推荐
谢谢
【问题讨论】:
标签: codeigniter