Home > Backend Development > PHP Tutorial > php接收多选框数据有关问题

php接收多选框数据有关问题

WBOY
Release: 2016-06-13 12:33:03
Original
918 people have browsed it

php接收多选框数据问题

<br />
<input name="zimu[]" type="checkbox" value="001" id="option_1"/>AAA<br />
<input name="zimu[]" type="checkbox" value="002" id="option_2"/>BBB<br />
<input name="zimu[]" type="checkbox" value="003" id="option_3"/>CCC<br />
<input name="zimu[]" type="checkbox" value="004" id="option_4"/>DDD<br />
Copy after login

数据库表有两种一张存储投票信息,另一张存储投票选项有三个字段:option_id option_title option_click
选项中的value就是option_id
php接收多选框数据的时候是一个数组,而且多选框选中的个数是不确定的,怎么处理这个数组,然后在相应的id里点击数加1

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template