Home > Article > Backend Development > How to output header information after outputting content in PHP?_PHP Tutorial
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.