Hello all. I have what I hope is a simple solution to my issue, I just need a little couch help.
My site is a pay-to-play.
You register, then you pay thru paypal and you come back.
Due to the process, and the absolute importance of them returning, I have my own paypal code I use that automatically redirects them once the payment is complete.
My problem: I have nothing to tie their returning with the same that was forwarded to paypal to create automatic account activation once the payment has been authenticated.
My solution: If I can get, as part of the registration process, the activation code put into the session variables, then as they return, I can create a link that grabs the activation code out of the session that would automatically activate their account.
What I need help with: I need to find out how to put the activation code into the $_SESSION upon registration.
Can anyone help with this?
Thanks for anything anyone can do.
My site is a pay-to-play.
You register, then you pay thru paypal and you come back.
Due to the process, and the absolute importance of them returning, I have my own paypal code I use that automatically redirects them once the payment is complete.
My problem: I have nothing to tie their returning with the same that was forwarded to paypal to create automatic account activation once the payment has been authenticated.
My solution: If I can get, as part of the registration process, the activation code put into the session variables, then as they return, I can create a link that grabs the activation code out of the session that would automatically activate their account.
What I need help with: I need to find out how to put the activation code into the $_SESSION upon registration.
Can anyone help with this?
Thanks for anything anyone can do.