par
Chile » 20 mars 2006, 06:57
Bonjour,
J'ai inserer en fin de code une redirection, mon code en general fonctionne,m ais j'ai un message d'erreur qui s'affiche ! le fameux :
Warning: Cannot modify header information - headers already sent by (output started at /home.2/horizo/chili/repform.php:8) in /home.2/horizo/chili/repform.php on line 71
voici le code concerné :
//L'envoi du mail
mail($email, $sujet, $msg, $Headers);
header("Location: http://www.tournonsensemble.com/chili/index.php");
exit();
?>
merci
Bonjour, :)
J'ai inserer en fin de code une redirection, mon code en general fonctionne,m ais j'ai un message d'erreur qui s'affiche ! le fameux :
Warning: Cannot modify header information - headers already sent by (output started at /home.2/horizo/chili/repform.php:8) in /home.2/horizo/chili/repform.php on line 71
voici le code concerné :
[php]//L'envoi du mail
mail($email, $sujet, $msg, $Headers);
header("Location: http://www.tournonsensemble.com/chili/index.php");
exit();
?>[/php]
merci