Hello,
Fairly new, so be gentle :)
I want to set up an online membership form so a user can complete their details and then get forwarded to Paypal to make payment. What would be the appropriate sequence of operations to do this - I obviously don't want to insert their details into the membership database if they haven't successfully paid. I believe there would be too much information to pass as part of Paypals fields.
I'm thinking I need to store their details temporarily whilst waiting for Paypal's confirmation, but I can't seem to get my head around it. I am using PHP/MySql. I assume I'd need to use Paypals IPN?
If anyone could spell it out for me, I'd really appreciate it.
Thanks,
Graham.