Analysis of the reasons why there cannot be output before header and session_start in PHP_PHP Tutorial

WBOY
Release: 2016-07-21 15:14:05
Original
753 people have browsed it

In the HTTP transmission text, it is stipulated that the order of header and content must be: header first and content last, and the format of the header must meet the format of "keyword: valuen".

1. If there is output content before the header is output, it will cause a misunderstanding of the header (although it is now fault-tolerant). For example, if it does not meet the format of "keyword: valuen", it is fine, but it is directly wrong. , but after meeting the format of "keyword: valuen", does the client install the wrong understanding, or does it follow the correct understanding?

2. When the session is opened, it will implicitly trigger whether to use header ("Set-Cookie: sid=xxxxxx"), which is actually an implicit header call.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/326369.htmlTechArticleIn the http transmission text, it is stipulated that the order of header and content must be: header first, content last, and header The format must meet the format of "keyword: valuen". 1. In hea...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!