root 发表于 2017-3-3 12:09:34

PHP重定向

  方法一:header("Location: index.php");    
方法二:echo "<scrīpt>window.location ="$PHP_SELF";</scrīpt>";     
方法三:echo "<META HTTP-EQUIV="Refresh" CONTENT="0; URL=index.php">";    
页: [1]
查看完整版本: PHP重定向