impact__images1 Posted February 21, 2006 Share Posted February 21, 2006 I have a site that uses pay pal subscriptions. The only problem with their service is that it only allows me to pass two user inputted variables from that form to the paypal site. I'd like to pass a number of other variables describing the user and their subscription preferences.The best way i can think of doing this would be to first run a php mailer to email me the additional data along with the user's identity, and then have that php mailer submit the info to the paypal cgi script.Is this possible? i'm a complete php newbie, but i'm willing to learn. Hopefully someone can point me in the correct direction so that i can figure out how to modify my current php mailer to accomplish this.Thanks! Link to comment https://forums.phpfreaks.com/topic/3498-form-data-pass-through/ Share on other sites More sharing options...
DeathStar Posted March 23, 2007 Share Posted March 23, 2007 You can use Paypal's IPN to do this! Link to comment https://forums.phpfreaks.com/topic/3498-form-data-pass-through/#findComment-213840 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.