Crab Encounters Form
Please fill this form with information on the snow crab you encountered.
Once you have entered the information, click the submit button
'."\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1'."\r\n";
$headers .= "X-Mailer: PHP/" . phpversion()."\r\n";
$sub = 'Crab Encounter';
$to = "Brent.Cameron@dfo-mpo.gc.ca";
$message1 = "Hello,
";
$message = "There has been an entry in the crab encounters form. Here is the data:
";
$message = wordwrap($message, 60);
$message = $message1.$message.$res;
if (mail($to, $sub, $message, $headers)) {
echo("");
} else {
echo("");
}
}
?>