Transfer Variables To Another Php Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Seraphimk
Forum Newbie
Posts: 22
Joined: Mon Feb 09, 2009 12:49 pm

Transfer Variables To Another Php Script

Post by Seraphimk »

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?
MasterBeta
Forum Commoner
Posts: 38
Joined: Thu Apr 02, 2009 4:35 am
Location: Lincoln, NE

Re: Transfer Variables To Another Php Script

Post by MasterBeta »

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.
Seraphimk
Forum Newbie
Posts: 22
Joined: Mon Feb 09, 2009 12:49 pm

Re: Transfer Variables To Another Php Script

Post by Seraphimk »

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
Post Reply