I have a website that currently allows free membership registration. I want to establish a Paypal subscription for which the user gets additional features.
I don't know how to pass from the paypal page back to my site the user's info so that the php page knows which user to turn on the added features for.
Yeah, that's what I was trying to figure out. I downloaded a bunch of documentation and 3 days and about 6 hours of coding time later, paypal is now integrated
Nothing more satisfying than taking on something new and figuring it out yourself. My PHP powers continue to grow.
Yeah, that's what I was trying to figure out. I downloaded a bunch of documentation and 3 days and about 6 hours of coding time later, paypal is now integrated
Nothing more satisfying than taking on something new and figuring it out yourself. My PHP powers continue to grow.
i can code you an ipn system, but you'll have to pay me :drool:
Like I said, I did it myself, and it works. I was "this" close to hiring somebody but I'm glad I didn't. I understand how IPN works now, which is good.
Like I said, I did it myself, and it works. I was "this" close to hiring somebody but I'm glad I didn't. I understand how IPN works now, which is good.
Nice, yes ipn is easy haha. Congratulations on your success!
Go to developer.paypal.com and get a free sandbox account. They have forums and pdf guides on integrating IPN. If you understand PHP enough to call variables, etc. and you can write some HTML, then you can integrate IPN.