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编程从入门到精通
以上就是php如何自动跳转页面?的详细内容。
