Jump to content

User Subscriptionsystem


lasan13

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.