码迷,mamicode.com
首页 > Web开发 > 详细

php 代码设置跳转

时间:2017-07-31 23:03:08      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:base   ati   script   dmi   登录   span   div   header   相对   

/*
header 跳转:更改页面头部信息,地址跳转,尽量用绝对地址,
js跳转:在php中输出js的跳转语句

*/
//1,后台的php跳转
header(‘location:‘.BASE_URL.‘index.php?m=news&c=index&admin=1‘);
//更改网页头部信息,地址跳转,绝对地址:把路径写全
//header(‘loaation:index.php‘);
//相对地址,相对于当前位置的地址,不推荐使用相对地址
//2,js跳转
echo ‘<script>alert("登录成功");window.location.href="http://localhost/2017/2017/index.php";</script>‘;
//前台为了效果多用js,后台为了安全和效率,使用header

 

php 代码设置跳转

标签:base   ati   script   dmi   登录   span   div   header   相对   

原文地址:http://www.cnblogs.com/daba/p/7266029.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!