Header () in PHP &html–refresh (Redirect) to location (URL) in X seconds,headerinphp
Case 1:redirect a page to a URL without waiting in PHP.
1
header("Location: index.php");
Case 2:redirect a page to the URL after waiting
HttpServletResponse and Servletresponse are all interfaces .the specific type object is passed by the servlet container.
the functions of the Servletresponse object are divided into the following four types:? Set the response header
: This article mainly introduces Header () inPHP & html-Refresh (Redirect) toLocation (URL) inXseconds. if you are interested in the PHP Tutorial, refer to it. Case 1: Redirect a page to a URL without waiting in PHP.
1
header("Location:
Yii Notes---Redirect redirect, Yii---redirect
The redirect method of Yii is defined in both Ccontroler and CHttpRequest, and redirect in Ccontroller is called CHttpRequest method in redirect. What we normally call is the redirect method in
Permanent page removal (301 redirects ) is a very important "auto-steering" technology. One of the most feasible ways to redirect URLs. When a user or a search engine makes a browse request to the Web server, one of the status codes in the header
Header () in PHP & html-Refresh (Redirect) to Location (URL) in X seconds, headerinphpCase 1: Redirect a page to a URL without waiting in PHP.
1
header("Location: index.php");
Case 2: Redirect a page to an URL after waiting for X
Case 1:redirect a page to a URL without waiting in PHP.
1
header("Location: index.php");
Case 2:redirect a page to the URL after waiting for X seconds in PHP.
12345
header("Refresh: 5; url=index.php")
function Header function:
Page Jump
HTTP header informationHeader information has many functions, the most important of which are the following:1, jumpWhen the browser accepts the location:xxxx in the header, it automatically jumps to the URL
Turn from: http://www.cnblogs.com/yizhenfeng168/p/7078480.htmlIn this paper, according to RFC2616 (http/1.1 specification), reference
http://www.w3.org/Protocols/rfc2068/rfc2068
http://www.w3.org/Protocols/rfc2616/rfc2616
Http://www.ietf.org/rfc/rfc3
In this paper, according to RFC2616 (http/1.1 specification), reference
http://www.w3.org/Protocols/rfc2068/rfc2068
http://www.w3.org/Protocols/rfc2616/rfc2616
Http://www.ietf.org/rfc/rfc3229.txt
Typically, HTTP messages include the client's request
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.