Richard,
At your request, here is the PHP code that’s giving me problems:
<?php
/* Subject and Email Variables */
$emailSubject = ‘Contact Form Forwarded From The Moto Channel’;
$webMaster = ‘myname@hotmail.com’;
/* Gathering Data Variables */
$emailField = $_POST[’email’];
$nameField = $_POST[‘name’];
$subjectField = $_POST[‘subject’];
$motorcycleField = $_POST[‘motorcycle’];
$commentsField = $_POST[‘comments’];
$newvideonotificationField = $_POST[‘newvideonotification’];
$body = <<Thank you for contacting us. We will respond to you as soon as we can. You will return to The Moto Channel in a few seconds.
EOD;
echo “$theResults”;
?>
Richard, for some reason Creative Cow is cutting off some of my code, I can see that it did it in the preview post, which I guess will just confuse things.
line with $body = << is actually $body = <<