Re: [PHP] IPN error

2006-04-29 Thread Stephen Lake
One more thing, make sure you validate ALL data that is being sent from paypal to ensure what you need and expect are therealso validate the transaction ID to ensure it was never used before. ""Stephen Lake"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Use cURL I found it

Re: [PHP] IPN error

2006-04-29 Thread Stephen Lake
Use cURL I found it much easier then using fsockopen http://ca.php.net/cURL ""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sat, April 29, 2006 3:53 am, suresh kumar wrote: >> > value="Subscribe to Additional User Account Yearly"> > >> my page cod

Re: [PHP] IPN error

2006-04-29 Thread Richard Lynch
On Sat, April 29, 2006 3:53 am, suresh kumar wrote: > value="Subscribe to Additional User Account Yearly"> > my page code to process paypal > -- > > // read the post from PayPal system and add 'cmd' > $req = 'cmd=_notify-validate'; > > foreach ($_POST as