php网页重定向的实现方法

php网页重定向的实现方法

1、header("Location: http://www.baidu.com"); //Location:之后有“空格”

2、echo "<script>window.location = " 

3、echo "<METAHTTP-EQUIV=\"Refresh\" CONTENT=\"0; URL=http://www.baidu.com\">";


你可能感兴趣的:(php网页重定向的实现方法)