Friday, March 12, 2010

if($content)
{
$from = $_POST["from"]
$email = $_POST["email"]
$content = "This message is from $from whose email address is $email.\r\n-----------\r\n "
$content = $content . $_POST["content"]
$content = wordwrap($content, 70)
mail('bsi@cmc.org', 'Backcountry Experience Report', $content)
echo "Your message has been sent. Thank you for helping to protect the human-powered backcountry experience."
}
?>

Name:


Email:


Message:



No comments: