PayPal payment system and PHP

1 replies
I have look all over the net for this, and i have even looked on the PayPal website and still cannot get answers.

I want to let my users purchase items on my site and then after the transaction has been completed i want to automatically bring the user to a page where they can access there purchased item.

I know how to do that much, but i dont know how to make it so that users cant just go to that page and get a free item.

Can anyone help me?
#payment #paypal #php #system
  • Profile picture of the author jonhel
    Do a Google search for Paypal IPN (immediate payment notification) and you'll find plenty of resources to get started.

    With IPN, Paypal communicates with your own script to advise whether a transaction has completed etc. and you can then fulfil (or not fulfil) the order if appropriate.

    Hope this helps,


    Jonathan
    {{ DiscussionBoard.errors[4540084].message }}

Trending Topics