龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > php编程 >

PHP页面跳转的三种方式

时间:2017-07-07 16:52来源:网络整理 作者:网络 点击:
分享到:
PHP页面跳转的三种方式 PHP页面跳转一:header()函数 header()函数的定义如下: void header (string string [,bool replace [,int http_response_code]]) //重定向浏览器 header(“Location: http://blog.csdn.net/abandonsh

PHP页面跳转一:header()函数

header()函数的定义如下:

void header (string string [,bool replace [,int http_response_code]])

//重定向浏览器

header(“Location: http://blog.csdn.net/abandonship”);

 

PHP页面跳转二、Meta标签

Meta标签是HTML中负责提供文档元信息的标签,在PHP程序中使用该标签,也可以实现页面跳转。若定义http-equiv为 refresh,则打开该页面时将根据content规定的值在一定时间内跳转到相应页面。若设置content=”秒数;url=网址”,则定义了经过 多长时间后页面跳转到指定的网址。

< meta http-equiv=”refresh” content=”1;url=http://blog.csdn.net/abandonship”>

 

PHP页面跳转三、JavaScript echo下面js代码

window.location.href=’$url’

收藏文章
表情删除后不可恢复,是否删除
取消
确定
图片正在上传,请稍后...
评论内容为空!
还没有评论,快来抢沙发吧!
按钮 内容不能为空!
立刻说两句吧! 查看0条评论
精彩图集

赞助商链接