L
Liars never lies
Guest
Simply put that code in the top of the PHP file, before any other code or part of the HTML is generated, even before the DTD and XML declaration (if you have them) and definitely before the any HTML code is generated.
Once DTD and XML declaration is generated, it is impossible to modify the header as it is already generated and sent to the browser.
Once DTD and XML declaration is generated, it is impossible to modify the header as it is already generated and sent to the browser.