lasan13 Posted December 16, 2010 Share Posted December 16, 2010 I have created a website using php where users can register and log into the site and view my articles.now i want to create user subscription to this via Pay Pal or any-other similar service. can anyone help me.how can i create this? . i know it may not be able to describe it fully here.so im grateful if anyone can direct me to the right way with good references. thank you Link to comment https://forums.phpfreaks.com/topic/221849-user-subscriptionsystem/ Share on other sites More sharing options...
solon Posted December 16, 2010 Share Posted December 16, 2010 Well for the paypal part you need to go to paypal.com create your account and find the paypal integration part in the website which will give you the API to use. For the subscription process on your website you need a form that will get the input from the user. The rest (Adding into the database etc.) will be handled either in your php script along with the payment process of paypal or in another php script that will add the info to your database after payment is ok. I hope this helps Link to comment https://forums.phpfreaks.com/topic/221849-user-subscriptionsystem/#findComment-1148020 Share on other sites More sharing options...
lasan13 Posted December 16, 2010 Author Share Posted December 16, 2010 hi thank you very much solone for your answer, can you please give me any references if you have .then can learn more about it, thank you Link to comment https://forums.phpfreaks.com/topic/221849-user-subscriptionsystem/#findComment-1148130 Share on other sites More sharing options...
BlueSkyIS Posted December 16, 2010 Share Posted December 16, 2010 Paypal.com provides sample code on their developer website. I suggest you check there. Link to comment https://forums.phpfreaks.com/topic/221849-user-subscriptionsystem/#findComment-1148143 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.