mario_world Posted March 24, 2004 Report Share Posted March 24, 2004 alguém sabe esse erro???Warning: Cannot modify header information - headers already sent by Quote Link to comment Share on other sites More sharing options...
0 M@luco Belez@ Posted March 24, 2004 Report Share Posted March 24, 2004 aparece quando você tá trabalhando com cookies ,sessions,headers e você manda alguma informação pro browser antes de mexer com os dados....posta seu código ai.... Quote Link to comment Share on other sites More sharing options...
0 mario_world Posted March 24, 2004 Author Report Share Posted March 24, 2004 Eis o codigo: (obs:não quer passar desse arquivo para o seguinte)<?php $conexao=ibase_connect("10.25.20.7:c:/prova/SUPORTE.GDB","SYSDBA","masterkey"); if (!$conexao) { echo "Não foi possível realizar a conexão com o Banco de Dados!"; exit; } $sql="INSERT INTO ESTACAO(CODESTACAO,CODSETOR,DESCRICAO,OBSERVACAO,DATACADASTRO) VALUES('$_POST[f_codigo]','$_POST[area]','$_POST[f_descricao]','$_POST[f_obs]','NOW')";// print($sql); $resultado=ibase_query($sql, $conexao) or die(ibase_errmsg()); ibase_close($conexao); // PRINT("Location: patrimonio_grava.php?f_codigo='$_POST[f_codigo]'"); header("Location: patrimonio_grava.php"); exit;?> Quote Link to comment Share on other sites More sharing options...
0 Pitteri Posted March 24, 2004 Report Share Posted March 24, 2004 Tem algum Html antes do script? porque se tiver, as informações são enviadas pro navegador antes do script, ai da erro. Quote Link to comment Share on other sites More sharing options...
Question
mario_world
alguém sabe esse erro???
Warning: Cannot modify header information - headers already sent by
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.