如何用thinkphp数据库里插入checkbox的 值
1个回答
展开全部
选中 肯定是有值得。建议你把代码贴出来看看。
<input name="scroll" type="checkbox" value="1" id="scroll" size="50" <if condition="$data['scroll'] gt 0">checked="checked"</if> />
<input name="scroll" type="checkbox" value="1" id="scroll" size="50" <if condition="$data['scroll'] gt 0">checked="checked"</if> />
追问
public function add(){ $where['token']=session('token');$info=$db->where($where)->select();
$this->assign('info',$info); $this->display(); } public function insert(){$this->all_insert() }
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询