Hello,
I need help to modify an IPN script from paypal i have a registration script that the user fills in but i want to be able to transfer there variables to the IPN script, what i want the IPN script to do is change the users inactive status to active within a mysql table but for the ipn script to do that it needs to know which user to update so once theyve signed up i want there variables passed on to the IPN script so it knows what to update?
i really need help on this?
Transfer Variables To Another Php Script
Moderator: General Moderators
-
MasterBeta
- Forum Commoner
- Posts: 38
- Joined: Thu Apr 02, 2009 4:35 am
- Location: Lincoln, NE
Re: Transfer Variables To Another Php Script
Serephimk,
Although I haven't messed around too much with it, PayPal has a sandbox where you can send all of your form data, and test your PHP scripts, and have them send back a test IPN. I think the answer you're looking for probably lies with cURL. Google it and you may find what you're looking for.
Although I haven't messed around too much with it, PayPal has a sandbox where you can send all of your form data, and test your PHP scripts, and have them send back a test IPN. I think the answer you're looking for probably lies with cURL. Google it and you may find what you're looking for.
Re: Transfer Variables To Another Php Script
ive thought about using sandbox but it doesnt work for wat i want to do i just want to make sure the Ipn script knows who to update
is there away for the ipn to get the information that has just been entered into my registration script and use it to update the user when the payment has been procssed
is there away for the ipn to get the information that has just been entered into my registration script and use it to update the user when the payment has been procssed