---">
当前位置:Gxlcms > PHP教程 > 复选框值,该如何处理

复选框值,该如何处理

时间:2021-07-01 10:21:17 帮助过:6人阅读

复选框值

三个值是从数据库读出来,不让他为空就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()){
?>
"
/>


}
?>


------解决方案--------------------
不知道你想问什么
------解决方案--------------------
在form 的onsubmit 事件中调用js函数验证就是了
------解决方案--------------------
参考一下

人气教程排行