doubeng1278 2017-03-30 05:44
浏览 37
已采纳

php cake在html中获取单选按钮的值,然后传递给控制器

I need help in getting the value of the radio button and using it as a variable in php cake controller.

              <li class="search-pref-list-items__item"><label><input type="radio" name="pref" value="1">a</label></li>
          <li class="search-pref-list-items__item"><label><input type="radio" name="pref" value="2">b</label></li>
          <li class="search-pref-list-items__item"><label><input type="radio" name="pref" value="3">c</label></li>

I already tried $this->request->data but it only works on textbox, $_GET[] and $_POST[] are also now working

how will I do this?

  • 写回答

1条回答 默认 最新

  • douping3891 2017-03-30 06:33
    关注

    Hi Rey Norbert Besmonte,

    You need to create radio buttons by following cakephp method. Please refere my code as below to create radio button by following cakephp framework standard.

    $options = array('a'=>'1','b'=>'2','c'=>'3');
    $attributes = array('div' => 'input', 'type' => 'radio', 'options' => $options,'class' => 'search-pref-list-items__item' ,'default' => '1');
    echo $this->Form->radio('Filed Name',$attributes);
    

    So you need to remove from your code and place above code.

    Hope this will help you.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器