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编程从入门到精通

Published by

风君子

独自遨游何稽首 揭天掀地慰生平

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注