' . "\r\n" .
'Reply-To: "'.$firstname.' '.$lastname.'" <'.$email.'>' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($aweber_email_list, '', '', $headers);
echo ("
Thank you for your purchase!
Please check your email in 5-10 minutes to confirm your subscription.");
echo ("Payment Details
\n");
echo ("Name: ".$firstname." ".$lastname."\n");
echo ("Email: ".$email."\n");
echo ("Item: ".$itemname."\n");
echo ("Amount: $".$amount."\n");
echo ("");
}
else if (strcmp ($lines[0], "FAIL") == 0) {
// log for manual investigation
}
}
fclose ($fp);
?>
Your transaction has been completed, and a receipt for your purchase has been emailed to you.
You may log into your account at www.paypal.com to view details of this transaction.