Jump to content

[SOLVED] paypal donation like phpfreaks


asmith

Recommended Posts

Paypal IPN = instant notification, you can always alter the script to include a SQL insert statment with the amount donated.

 

Otherwise you can do what I did because I was lazy, and didn't want to get the IPN set up, and write a simple donation form for administrators to fill out when donations have been recieved.

 

Form:

Relevent information (Amount, date recieved, user, etc..)

 

Handle:

Insert to DB

 

Donate Applet:

Top donators for month

well i guess i go through IPN , i 've just started reading it ,  why it needs a table with all that columns ? it wants to record everything ?

 

when a user is donating he is actually on paypal site,  how IPN get the amount of his transfer and record that to my site ?

IPN is running when he is on paypal site , right ?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.