Home > MySQL, PHP > Simple Paypal Ipn

Simple Paypal Ipn

October 16th, 2009

You will be working with MYSQL, and PHP. I have unique codes on my website that will be critical in what we are trying to achieve. I need you, the coder, to create a Paypal IPN script.

You will be working with these columns in my database(this is for reference for your pseudo code): 1) Codes 2) AmountDonated 3) LastDonation 4) TimesDonated 5) FirstName 6) LastName 7) E-mail

So people will identify themselves by typing their $code into an <input> and then it will then bring them to a page with “Are you sure you want to donate for this $code?” Choice Yes will direct them to the Paypal page where they can donate any amount then returns to success page. Choice no will lead them to a cancel page.

After IPN sends back the information, I want to store their NEW information from Paypal next to their code (same row as their code) in the proper columns.

2) AmountDonated – Since people may donate more than once, you will have each donation
3) LastDonation – You will store the newest donation amount here
4) TimesDonated – This is for the amount of donations they have contributed
5) FirstName
6) LastName
7) E-mail

You will not be working on our server, yet you will send me the completed code and I will apply changes as needed. Must provide demonstration, and please ask any questions to complete this job properly.


Simple Paypal Ipn

Categories: MySQL, PHP Tags: , , , , , ,
Comments are closed.
Bear