您輸入了不正確的學號格式 --> '.$school_no); } if($school_no and $pwd){ $login_result = MgrStudents::login_result(strtolower($school_no),$pwd); if(!$login_result){ die('您輸入的學號或密碼有誤 --> '.$school_no); }else{ $_SESSION['aia_student_school_no'] = $school_no; header('location: '.get_logined_success_redirect_url($school_no).'?student_login_succ'); exit; } } } ?>