if ($user==""||$pwd==""||$pwd_confirm==""){
echo "<script>alert('请确认信息的完整性');history.go(-1);</script>";
}
elseif ($code!=$_SESSION["ver_code"] ){
echo "<script>alert('验证码不正确');history.go(-1);</script>";
}
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
请查看逻辑运算 “||”的使用说明