复选框值
程序员文章站
2022-04-22 21:41:13
...
三个值是从数据库读出来,不让他为空就Ok
代码:
应用类型:
$arr_app_type =explode(";",$rs["app_types"]);
$sql = "select * from app_type where id in (10,4,6) order by id";
$mysql->query($sql);
while($row = $mysql->fetch_array()){
?>
"
/>
}
?>
代码:
$arr_app_type =explode(";",$rs["app_types"]);
$sql = "select * from app_type where id in (10,4,6) order by id";
$mysql->query($sql);
while($row = $mysql->fetch_array()){
?>
"
/>
}
?>
回复讨论(解决方案)
不知道你想问什么
当不选中其一时,提交不成功?
在form 的onsubmit 事件中调用js函数验证就是了
参考一下
谢谢了,稍做了一下逻辑就搞定了
谢谢了,高手们