PHP

Warning: Cannot modify header information – headers already sent by() in …

Está procurando respostas a esta mensagem Warning: Cannot modify header information – headers already sent by() in …, não deixe de ler este post.

Mais informações:

Remember that header() must be called before any actual output is sent, either by normal HTML tags, blank lines in a file, or from PHP. It is a very common error to read code with include(), or require(), functions, or another file access function, and have spaces or empty lines that are output before header() is called. The same problem exists when using a single PHP/HTML file.

fonte: http://php.net/manual/pt_BR/function.header.php

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *