header("location:checkPassword.php");}______________________________________________________________________________________________答3:if(條件滿足){header("Location: nextPage.php");}註意要在PHP的頭部使用,就是說還沒有HTML輸出的時候
______________________________________________________________________________________________答4:if (true){echo "<meta http-equiv=refresh content='1;url=轉向頁面地址'";}