[摘要]repassword=="") echo"<br><center><font color=blue>密码不能为空。请<...
$repassword==""){
echo"<br><center><font color=blue>密码不能为空。请</font><a href=
javascript:history.go(-1);>返回</a></center><br>";
include("foot.inc.php");
exit();
}
if($repassword!=$password){
echo"<br><center><font color=blue>两次输入的密码不一样。请</font><a href=
javascript:history.go(-1);>返回</a></center><br>";
include("foot.inc.php");
exit();
}
if(strlen($password)<6
关键词:用户的详细注册与判断