Home >Backend Development >PHP Tutorial >PHP重定向的3种方式_PHP

PHP重定向的3种方式_PHP

WBOY
WBOYOriginal
2016-06-01 12:07:56617browse

复制代码 代码如下:
//1
header("Location: index.php");

//2
echo '
window.location = "index.php";
īpt>';

//3
echo "";

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn