douzhi9478 2013-08-16 06:59
浏览 10

JS / PHP复选框名称

I have a question currently this:

function addNameCheckBox(name) {
    var html = "<div class='checkboxBlock'><label for='check_" + name + "'>" + name + ":</label><input type='checkbox' name='check_" + name + "' id='check_" + name + "' class='Stuff' /></div>";
    $("#nameCheckboxContainer").append(html);
}

Adds a checkbox when clicking something but instead of name=' " name" ' blabla I want the values to be like $ploegnaam[] so I can fetch them for a post how would I do that?

The output of the name= now the names that are fetched from an ajax post.

I just want it simple to be something like $ploegnaam[] althou I google'd and tried it didnt work out.

  • 写回答

1条回答 默认 最新

  • dongpei3245 2013-08-16 07:20
    关注

    You can append square brackets to your name, if you want to retrieve the values as an array in PHP:

    <input name="foo[]" type="text" value="input1" />
    <input name="foo[]" type="text" value="input2" />
    

    and in php:

    <?php print_r($_REQUEST['foo']); ?>
    

    It returns an array:

    array(
       0 => 'input1',
       1 => 'input2'
    )
    
    评论

报告相同问题?

悬赏问题

  • ¥15 在获取boss直聘的聊天的时候只能获取到前40条聊天数据
  • ¥20 关于URL获取的参数,无法执行二选一查询
  • ¥15 液位控制,当液位超过高限时常开触点59闭合,直到液位低于低限时,断开
  • ¥15 marlin编译错误,如何解决?
  • ¥15 有偿四位数,节约算法和扫描算法
  • ¥15 VUE项目怎么运行,系统打不开
  • ¥50 pointpillars等目标检测算法怎么融合注意力机制
  • ¥20 Vs code Mac系统 PHP Debug调试环境配置
  • ¥60 大一项目课,微信小程序
  • ¥15 求视频摘要youtube和ovp数据集