douwei4370 2015-01-31 15:04
浏览 36

$ _POST复选框

I have this form and its details need to be send in an email. As of now I have only managed to do the other fields to be included in the email but I am having a trouble with this multiple checkboxes. I have lots of checkboxes, 23 to be exact. Now, the problem I am encountering is, how will I include the value of the checkbox if one checkbox is checked or just two or three checkboxes are checked.

HTML

<input type="text" name="state" id="txt1">State:</input>
<input type="text" name="name" id="txt2">Name:</input>
Package A<input type="checkbox" name="radiog_dark" value="150.00" id="tcbx3" class="css-checkbox"/>
Package B<input type="checkbox" name="radiog_dark" value="175.00" id="tcbx3" class="css-checkbox"/>
Package C<input type="checkbox" name="radiog_dark" value="200.00" id="tcbx3" class="css-checkbox"/>

PHP

$state = $_POST['state'];
$entity = $_POST['entity'];

$email_message .= "State: ".clean_string($state)."
";
$email_message .= "Entity: ".clean_string($entity)."
";
  • 写回答

3条回答 默认 最新

  • dongyaxiao5884 2015-01-31 15:19
    关注

    Use isset() method to check for the checkbox is checked or not

    if(isset($_POST['radiog_dark'])){
    // do something
    }
    

    Further more you cant have same names for two checkboxes as you will get only one, other 2 will over that one

    评论

报告相同问题?

悬赏问题

  • ¥15 AT89C51控制8位八段数码管显示时钟。
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口