Re: This is a total php newbie question [message #175649 is a reply to message #175629] |
Sat, 15 October 2011 16:53 |
me
Messages: 192 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 10/13/2011 8:58 PM, justaguy wrote:
> Sorry, Jerry, you missed my question.
>
> Send the form to PayPay is to interface with PayPal's API
> with the form's ACTION line.
> And since it's an API, PayPal has a way to let the user click on
> "Return to bla bla".
You can do this either by naming the return URL from with PayPal, or by
adding a hidden field to your form.
I think, from your overall description, that you will want to read up on
the PayPal Listener Script, which listens for data sent from PayPal to
your server with information about the purchase.
There is a ton of documentation about this on PayPal, albeit in the most
disorganized manner you could imagine. Have a look in http://www.x.com.
Bill B
|
|
|