当我刷新页面时,phpmailer 总是重新发送电子邮件。我做了什么?用过 header("Location: home.php");
但是我怎样才能对 home.php 进行定位并显示我的错误消息 $error = "Thank you for message!";
if($mail->send()){
header("Location: home.php");
$error = "Thank you for message!";
} else {
$error .= "Error {$mail->ErrorInfo}";
}
问题是当我做标题时它没有显示错误信息......
<div class="text-center impact">
<?php echo $error; ?>
</div>
回首忆惘然
繁星淼淼
紫衣仙女