Jump to content

Paypal Page Return.


ataria

Recommended Posts

Okay.

so, on my site, users are allowed to donate.

When they donate (via paypal) they are directed back to the processing page.

 

I use this:

 

if($_SERVER[HTTP_REFERER] != 'https://www.paypal.com/cgi-bin/webscr') {
echo "<center><b>Error.</b> ";

 

to check to see if they came from paypal, which prevents false donations / receiving the donation item multiple times with one payment.

 

BUT, It does not work .

 

Is there any other way to secure that only one donation item is given?

 

Link to comment
https://forums.phpfreaks.com/topic/52133-paypal-page-return/
Share on other sites

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.