标题:paypal支付 IPN返回程序里的问题
取消只看楼主
hmhz
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:30
帖 子:1890
专家分:503
注 册:2006-12-17
结帖率:100%
 问题点数:0 回复次数:0 
paypal支付 IPN返回程序里的问题

这是IPN文件里的一段代码,谁能告诉我是什么意思?

<%
str = Request.Form & "&cmd=_notify-validate"
set objHttp = Server.CreateObject("Msxml2.ServerXMLHTTP")

objHttp.open "POST", "https://www.paypal.com/cgi-bin/webscr", false
objHttp.setRequestHeader "Content-type", "application/x-www-form-urlencoded"
objHttp.Send str

item_name = Request.Form("item_name")
item_number = Request.Form("item_number")
payment_status = Request.Form("payment_status")
txn_id = Request.Form("txn_id")
parent_txn_id = Request.Form("parent_txn_id")
receiver_email = Request.Form("receiver_email")
payer_email = Request.Form("payer_email")
reason_code = Request.Form("reason_code")
business = Request.Form("business")

set objHttp = nothing
%>

搜索更多相关主题的帖子: quot paypal IPN item objHttp 
2007-08-17 12:11



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-163429-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.165289 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved