RE: [PHP] php & paypal

2004-07-27 Thread Vail, Warren
PROTECTED] Subject: RE: [PHP] php & paypal That's trueI didn't even think of that. Not a cc number, but, say, an invoice number that the person starts with before they go off to paypal and return from paypal with the same invoice number so that I can then do more things with

RE: [PHP] php & paypal

2004-07-27 Thread Mike R
That's trueI didn't even think of that. Not a cc number, but, say, an invoice number that the person starts with before they go off to paypal and return from paypal with the same invoice number so that I can then do more things with the user (the invoice number being unique). :) Thanks, -M

Re: [PHP] php & paypal

2004-07-27 Thread Jason Davidson
Might be easier to use session vars to track whatever it is your tracking. Jason On Tue, 27 Jul 2004 11:11:31 -0400, Mike R <[EMAIL PROTECTED]> wrote: > > Does anyone know if it is possible to pass a variable in the URL to the > return page when using paypal? > > Meaning, when someone is done a

RE: [PHP] php & paypal

2004-07-27 Thread Jason Merrique
You mean like the credit card number? :\ > -Original Message- > From: Mike R [mailto:[EMAIL PROTECTED] > Sent: 27 July 2004 16:12 > To: [EMAIL PROTECTED] > Subject: [PHP] php & paypal > > > Does anyone know if it is possible to pass a variable in the &

[PHP] php & paypal

2004-07-27 Thread Mike R
Does anyone know if it is possible to pass a variable in the URL to the return page when using paypal? Meaning, when someone is done a transaction in paypal and they return the merchant's site, can a variable be passed all of the way through back to the merchant's site? :) -Mike -- PHP Genera