【发布时间】:2013-09-05 12:16:38
【问题描述】:
您好,我是 php 新手,我想知道单击提交后如何计算有多少 'checkbox' 被选中。
例如:
<input type = "checkbox" value = "box" name = "checkbox1"/>
<input type = "checkbox" value = "box" name = "checkbox2"/>
<input type = "checkbox" value = "box" name = "checkbox3"/>
【问题讨论】: