($ _POST [‘mc_gross’]!=’‘。$ price。’’){//使这个变量与mc_gross相匹配 $ errmsg。=“‘mc_gross’不匹配:”; $ errmsg。= $ _POST [‘mc_gross’]。“\ n”;}
// 4.确保 货币 </跨度> 与他们的联系 数字 </跨度> 下载 $ to = filter_var($ _ POST [‘payer_email’],FILTER_SANITIZE_EMAIL); $ subject =“您的PGF验收证书准备就绪”; 邮件($ to,“感谢您选择”
只需检查您是否使用PayPal接收任何数据 print_r($_POST)
print_r($_POST)
以下是将重点放在价格上的代码部分。
// 3. Make sure the amount(s) paid match if ($_POST['mc_gross'] != ''.$price.'') { //made this a variable to match mc_gross $errmsg .= "'mc_gross' does not match: "; $errmsg .= $_POST['mc_gross']."\n"; }