V Posted August 30, 2010 Share Posted August 30, 2010 I'm planning to learn how to create membership sites. For example members can get certain features if they sign up with a plan. Besides adding "subscribe" buttons is there a way to integrate Paypal with Mysql? Maybe if a member subscribes, update their "member" column with a "subscribed" status and then with php activate premium options if the user is subscribed. Is this sort of integration possible with Paypal? Quote Link to comment https://forums.phpfreaks.com/topic/212047-membership-site-with-paypal/ Share on other sites More sharing options...
jcbones Posted August 30, 2010 Share Posted August 30, 2010 https://www.paypalobjects.com/en_US/ebook/subscriptions/integrating.html Describes how Paypal talks to your site when set up with the subscribe button. Quote Link to comment https://forums.phpfreaks.com/topic/212047-membership-site-with-paypal/#findComment-1105076 Share on other sites More sharing options...
xeronix Posted August 30, 2010 Share Posted August 30, 2010 Integration with the API should work. Which is what that post above is. Be sure to have a SSL for your site though. Quote Link to comment https://forums.phpfreaks.com/topic/212047-membership-site-with-paypal/#findComment-1105104 Share on other sites More sharing options...
Rifts Posted August 30, 2010 Share Posted August 30, 2010 use paypal IPN its very easy Quote Link to comment https://forums.phpfreaks.com/topic/212047-membership-site-with-paypal/#findComment-1105177 Share on other sites More sharing options...
V Posted August 31, 2010 Author Share Posted August 31, 2010 Thank you for the help everyone! @xeronix, um I think my host provider has that :/ Quote Link to comment https://forums.phpfreaks.com/topic/212047-membership-site-with-paypal/#findComment-1105849 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.