php ci框架中header()页面跳转问题
Request URL:http://localhost/login
Request Method:POST
Status Code:302
Request Headersview source
Accept:*/*
Accept-Encoding:gzip,deflate,sdch
Accept-Language:zh-CN,zh;q=0.8
Connection:keep-alive
Content-Length:67
Content-Type:application/x-www-form-urlencoded
Cookie:PHPSESSID=2k3ap23pdn68ecls5a1kgb8431
Host:localhost
Origin:http://localhost
Referer:http://localhost/
User-Agent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36
X-Requested-With:XMLHttpRequest
Form Dataview sourceview URL encoded
username:123
password:e10adc3949ba59abbe56e057f20f883e
role:student
这个是开始的原页面
Request URL:http://localhost/student/index
Request Method:GET
Status Code:200 OK
Request Headersview source
Accept:*/*
Accept-Encoding:gzip,deflate,sdch
Accept-Language:zh-CN,zh;q=0.8
Connection:keep-alive
Cookie:PHPSESSID=2k3ap23pdn68ecls5a1kgb8431
Host:localhost
Referer:http://localhost/
User-Agent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36
X-Requested-With:XMLHttpRequest
Response Headersview source
Connection:Keep-Alive
Content-Length:856
Content-Type:text/html
Date:Mon, 18 Nov 2013 14:22:30 GMT
Keep-Alive:timeout=5, max=99
Server:Apache/2.4.4 (Win32) PHP/5.4.16
X-Powered-By:PHP/5.4.16
这个是要跳转到的页面
更多php ci框架中header()页面跳转问题相关文章请关注PHP中文网!
上一篇: DFS&BFS总结
推荐阅读
-
php中header跳转使用include包含解决参数丢失问题
-
PHP Header用于页面跳转要注意的几个问题总结
-
PHP Header用于页面跳转要注意的几个问题总结_PHP
-
使用PHP header进行页面跳转出现的问题解疑_PHP教程
-
PHP Header用于页面跳转要注意的几个问题总结_php技巧
-
php中header跳转使用include包含解决参数丢失问题,headerinclude
-
header("Location:index.php")页面跳转有关问题
-
php解决地址栏中参数不正确输入而跳转到的空白页面问题
-
PHP中通过返回值进行页面跳转的问题!
-
php中header("Location:xxx.php")跳转问题_PHP教程