PHP Header issue with ob_start() and ob_end_flush()

前端 未结 5 1119
醉话见心
醉话见心 2020-12-21 12:56

I get header problem while I use ob_start() in the beginning of a page and ob_end_flush() at the end. Because I use header function after some quer

5条回答
  •  梦毁少年i
    2020-12-21 13:43

    Is there any space before the first ?

    Is there an UTF8-BOM at the beginning of the file?

提交回复
热议问题