Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Cannot modify header information - headers already sent by

Solution:

$msg_email = 'Email enviado com sucesso!';
header('Location: ../login.php?msg_email=' . $msg_email);
$mail->send();

Error - Cannot modify header information - headers already sent by ... :
$mail->send();
$msg_email = 'Email enviado com sucesso!';
header('Location: ../login.php?msg_email=' . $msg_email);
Source by wordpress.org #
 
PREVIOUS NEXT
Tagged: #Cannot #modify #header #information #headers
ADD COMMENT
Topic
Name
7+3 =