I get this annoying error message when a form is sent:
Warning: Cannot modify header information - headers already sent by (output started at /public_html/email.php:65) in /public_html/email.php on line 93
The email still sends, but the error message appears. Here is my PHP code:
<?php...