使用 if-else 条件。您可以使用 PHP 的 header() 。
if(/* Your conditions */){
// redirect if fulfilled
header("Location:nxtpage.php");
}else{
//some another operation you want
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
30932 次 |
| 最近记录: |