$msg = "" ; $post = isset($_POST['Action']); if ( $post == "Send to a Friend" ) { $email = $_POST['Email'] ; $from = $_POST['Name'] ; $femail = $_POST['FEmail'] ; $ffrom = $_POST['FName'] ; $comments = $_POST['Comments']; $message = "Click the link to view the animation\n http://www.bakersedge.com/anim/flash.html\n From: $from\n Email: $email\n Comments: $comments" ; mail( $femail, "Check out this Baker's Edge Animation", $message, "From: $email" ) ; mail( "david@bakersedge.com", "Check out this Baker's Edge Animation", $message, "From: $email" ) ; $msg = "Congratulations your email has been sent" ; } ?>
|
|
©2007 Baker's Edge® All Rights Reserved |