The header () function sends the original HTTP header to the client.
Copy CodeThe code is as follows:
200 normal state
Header (' http/1.1 OK ');
301 permanent Redirect, remember to add a redirect address at the back location: $url
Header (' http/1.
Copy CodeThe code is as follows:
Fix 404 Pages:
Header (' http/1.1 OK ');
Set 404 Header:
Header (' http/1.1 404 Not Found ');
Set Moved permanently header (Good for redrictions)
Use with location header
Header (' http/1.1 301 Moved permanently ');
Copy CodeThe code is as follows:
Fix 404 Pages:
Header (' http/1.1 OK ');
Set 404 Header:
Header (' http/1.1 404 Not Found ');
Set Moved permanently header (Good for redrictions)
Use with location header
Header (' http/1.1 301 Moved permanently ');
PHP excel export garbled characters
/*** Function used to generate an excel file * author: walker * @ param $ data to generate excel data (in the form of a two-dimensional array) * @ param null $ savefile: generate the excel file name (if not
The PHPheader function provides an example of setting an http packet header ,. PHPheader function sets http packet header example details, define the encoding header (Content-Type: texthtml; charsetutf-8); Atomheader (Content-type: applicationatom +
Header ("location:http://bbs.it-home.org";);
Exit After each redirect, "Exit" must be added to avoid an error and continue execution.
?>
Header ("refresh:3;url=http://bbs.it-home.org");
Print (' Loading, please
The PHP header function sets an example of an HTTP message header,
Define the encoding header (' Content-type:text/html;charset=utf-8 ');Atomheader (' Content-type:application/atom+xml ');Cssheader (' Content-type:text/css ');Javascriptheader ('
In general, we can direct the user to download files by directly having the URL point to a file located under document root.
However, in doing so, there is no way to do some statistics, permission checks, etc. work. So, a lot of times, we use to
The phpHeader function downloads the short-point resume program. This article will summarize several functions for downloading the short-point resume program. these functions mainly use the php header function. if you need to know about these
PHP page encoding declaration method (header or meta ). Php header to define a php page for utf encoding or GBK encoding php page for utf encoding header (Content-type: texthtml; charsetutf-8 ); the php page is gbk encoded header (Content-type: text
Use the header in php to set the content-type and common file types. In php, you can use the header function to set content-type and common file types in content-typephp. in PHP, you can use the header function to set content-type and common file
Example of phpheader function usage (1)
Print ""; // The cache file is normally read.
?>
Print ""; // adds a unique number to make the browser request again
W // print "";
?>
/** * functions for generating Excel Files * Author:walker * @param $data generate Excel data (two-dimensional array form) * @param null $savefile generate the file name of Excel (The current timestamp is not specified) * @param null $title generate
Phpexcel Exporting PHP
When using Phpexcel export to find a call directly generated an Excel file, can not be saved to the local, how to implement click Export, Pop-up Save dialog box and choose Save Path to save it, find an example or ideas!
The cache of the Web page is controlled by the "Cache-control" in the HTTP message header, and the common values are private, No-cache, Max-age, must-revalidate, etc., and the default is private. Its function is divided into the following situations
Use header in php to set content-type and content-type of common file types
Use header in php to set content-type and content-type of common file types
In PHP, you can use the header function to send header information and set the content-type
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.