PHP中如何在输出内容后再输出头信息?
Q:我可不可以在输出内容后再输出头信息呢?
A:当然可以,PHP配置文件(PHP3为php3.ini,PHP4为php.ini)中有一个配置项可以来设置,该配置项的名字为output_buffering,您将其设置为On,并重新启动Apache,IIS或PWS等Web服务即可.
文章网址:http://www.phprm.com/database/4a6eb54eb28dcbdede9620249d97badf.html
随意转载^^但请附上教程地址。