求php登陆后跳转到原来请求页面的效能的代码
时间:2021-07-01 10:21:17
帮助过:6人阅读
求php登陆后跳转到原来请求页面的功能的代码?
求php登陆后跳转到原来请求页面的功能的代码?之前试过几种写法,实现不了.....
PHP
页面跳转?
登陆后
分享到:
------解决方案--------------------
header("location:tt.php");
------解决方案--------------------
把点击登录前的页面存到session,然后如二楼。
------解决方案--------------------
页面url存到session