我有一个这样设置的联系表:联系页面 > 联系处理程序 > 谢谢
在测试我的表单时,所有电子邮件都在通过,但是我的联系人处理程序页面上出现错误:
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c03/h03/mnt/168570/domains/mikesbaum.com/html/index.php:11) in /nfs/c03/h03/mnt/168570/domains/mikesbaum.com/html/pages/contact_handler.php on line 10
我在第 10 行有这个:
header("location: thankyou.php");?>
而且我也试过
exit(header("location: thankyou.php"));?>
如前几篇文章所述。任何帮助表示赞赏!