04-09-2004, 07:45 AM
|
#2 (permalink)
|
| DNF Regular
Last Online: 06-19-2008 08:13 PM Join Date: Apr 2003
Posts: 474
DNF$: 1,432 Location: Auckland, New Zealand | Re: Paypal IPN Quote:
// assign PP variables to local variables:
$payment_status = $HTTP_POST_VARS['payment_status'];
// then:
if ($payment_status == "Completed") { } else { }
| hope that helps |
| |