Home > Backend Development > PHP Tutorial > How to output header information after outputting content in PHP?_PHP Tutorial

How to output header information after outputting content in PHP?_PHP Tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-13 17:21:28
Original
882 people have browsed it

Q: Can I output the header information after outputting the content?

A: Of course, there is a configuration item in the PHP configuration file (php3.ini for PHP3, php.ini for PHP4) that can be set. The name of the configuration item is output_buffering. You can set it to On and re- Just start web services such as Apache, IIS or PWS.



www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/532437.htmlTechArticleQ: Can I output the header information after outputting the content? A: Of course, PHP configuration file ( There is a configuration item that can be set in PHP3 (php3.ini, PHP4 (php.ini)). The name of the configuration item is...
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