Hi
I am trying to get my head round IPN and how (and when) to record payment details in my MYSQL database. What I require is:
- Someone registers on my site
- They then pay for this registration using paypal
- payment confirmation page is shown on my website
- Their registration details and payment details are saved into a MYSQL database using PHP
That is my preferred order although not sure how to achieve this with IPN or PHP forms.
Has anyone got any scripts they have used to do this in this order? I have the MYSQL database setup and the forms it is just how to pass the data between forms in the right order I am not sure of.