【分享】PHP跳转Header(“location:”)的注意事项
header(“Location: “) 作为php的转向语句 ,可以使当前页面跳转到其他页面。在使用中需要注意:
1、用法
例:header(“Location:http://www.yanfei.info/ ”)
2、header前应没有任何输出。
3、如果之前有输出:
(1)会出现类似如下报错:
Warning: Cannot modify header information – heade...
header(“Location: “) 作为php的转向语句 ,可以使当前页面跳转到其他页面。在使用中需要注意:
1、用法
例:header(“Location:http://www.yanfei.info/ ”)
2、header前应没有任何输出。
3、如果之前有输出:
(1)会出现类似如下报错:
Warning: Cannot modify header information – heade...
需要提取的内容如下: