$user=$_POST[\ $password=$_POST[\
if($_POST['submit']){
//检验用户名密码是否为空,若存在空值,弹出警告 if(strlen($user)==0 || strlen($password)==0){
echo(\type='text/javascript'> alert('UserName or password can not be null!');\
}
//如果用户名密码不为空,继续执行,判断/etc/passwd与newUserList文件中是否存在此用户名 else{ //执行脚本check.sh,并把用户名传值过去 $userCheck = \ $result = exec($userCheck); if($result==\ //返回值为000,表示用户已经存在,弹出警告用户已存在
echo(\type='text/javascript'> alert('UserName is exist!Please another one');\ } else{ //没有返回值,说明没有重复的用户名,可以注册
6
$file=fopen(\打开newUserList,并把用户名及密码写入中间以“:”隔开 fwrite($file,$user.\ fclose($file); //写入成功后,提示用户名与密码 echo \ echo \ echo \ echo \ echo \ } } } ?>