Quando eu chamo um script pela tag <?php include('index.php'); ?>, acontece o seguinte erro na parte superior do script (mas o resto aparece normalmente):
Warning: Cannot modify header information - headers already sent by (output started at /home/dir/public_html/index3.php:1) in /home/dir/public_html/zp-core/functions.php on line 2025
Warning: Cannot modify header information - headers already sent by (output started at /home/dir/public_html/index3.php:1) in /home/dir/public_html/index.php on line 22
Warning: Cannot modify header information - headers already sent by (output started at /home/dir/public_html/index3.php:1) in /home/dir/public_html/zp-core/functions.php on line 2025
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/dir/public_html/index3.php:1) in /home/dir/public_html/zp-core/admin-functions.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /home/dir/public_html/index3.php:1) in /home/dir/public_html/index.php on line 79
Existe algum modo de chamar o script para executar dentro do html sem ser através do include? Ou com o comando include, mas sem dar esse erro?
Pergunta
Guest --Jefferson --
Quando eu chamo um script pela tag <?php include('index.php'); ?>, acontece o seguinte erro na parte superior do script (mas o resto aparece normalmente):
Existe algum modo de chamar o script para executar dentro do html sem ser através do include? Ou com o comando include, mas sem dar esse erro?
Link para o comentário
Compartilhar em outros sites
6 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.