摘要:php自动跳转页面的方法:1、使用【header()】函数,代码为【void header (string string [bool replace[]】;2、使用Meta标签,代码为【< meta http-equiv=refresh】。php自动跳转
php自动跳转页面的方法:1、使用【header()】函数,代码为【void header (string string [bool replace[]】;2、使用Meta标签,代码为【< meta http-equiv=refresh】。
php自动跳转页面的方法:
PHP页面跳转一、header()
函数
void header (string string [,bool replace [,int http_response_code]]);
php的头部不能够有任何数据的输出
PHP页面跳转二、Meta
标签
< meta http-equiv="refresh" content="1;url=http://www.baidu.com">
PHP页面跳转三、JavaScript(常用、推荐)
相关学习推荐:PHP编程从入门到精通
相关文章推荐
网站谷歌评分90+意味着什么?2022-09-06
怎样将不安全网站变成安全网站访问?2022-09-26
网站排名下降,可能跟算法更新没关系2022-09-20
网站如何设置高质量的网页标题?2022-09-14
做外贸网站选哪些语言?法语、德语最吃香2022-09-13