[PHP] IPN error

2006-04-29 Thread suresh kumar
Hi, I am new to this IPN (instant payment notification.I am working for past 6 hours.I am using this IPN to store payment details in our database. when user clicks the paypal button in my page.it will take to paypal.com website.after user completes the payments.It will send the payment

Re: [PHP] IPN error

2006-04-29 Thread Richard Lynch
On Sat, April 29, 2006 3:53 am, suresh kumar wrote: input type=hidden name=item_name value=Subscribe to Additional User Account Yearly my page code to process paypal -- ? // read the post from PayPal system and add 'cmd' $req =

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: input type=hidden name=item_name value=Subscribe to Additional User Account

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 much