if ($user==""||$pwd==""||$pwd_confirm==""){
echo "<script>alert('请确认信息的完整性');history.go(-1);</script>";
}
elseif ($code!=$_SESSION["ver_code"] ){
echo "<script>alert('验证码不正确');history.go(-1);</script>";
请查看逻辑运算 “||”的使用说明
请查看逻辑运算 “||”的使用说明