X
X

How to fix “Headers already sent” error in PHP

Link

Usato per le pagine deck di mwindaacademy.com

Turning on output buffering should make the problem go away; all output after the call to ob_start is buffered in memory until you release the buffer, e.g. with ob_end_flush.