Mon Dec 01, 2008 12:36 am
<?php mail("codemiles@codemiles",$subject,$body,$FeedbackType,$email);
<?php
$name = $_POST['name'];
$email = $_POST['email'];
$subject = $_POST['subject'];
$body = $_POST['comment'];
$FeedbackType = $_POST['FeedbackType'];
mail("codemiles@codemiles",$subject,$body,$FeedbackType,$email);
echo("<p><b>Thank you for your feedback. The following message was sent to Codemiles Team from $name:</b> (not really)</p>\n");
echo("<blockquote><pre>\n");
echo("$body");
echo("</pre></blockquote>");
?>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.