Passing and Parse PayPal IPN Custom field

后端 未结 3 1482
梦谈多话
梦谈多话 2020-12-06 06:37

I have setup a PayPal IPN file. When the user is at the site and press submit details about the transaction is uploaded to the db. The relevant id is sent via PayPal as the

3条回答
  •  长情又很酷
    2020-12-06 07:32

    This expands on JustAnil's solution.

    HTML:

    
    

    and your IPN script would look something like this:

    
    

    You may want to double check that parse_str performs urldecode on resulting array elements.

提交回复
热议问题