Forum Moderators: coopster

Message Too Old, No Replies

integrating paypal

automating subscriptions to my site

         

mylungsarempty

4:34 am on Feb 13, 2004 (gmt 0)

10+ Year Member



What is the best way to go about keeping website subscriptions to my site automated, as well as when a user's subscription runs out automatically reverting the account to the standard version...

I'd like to write a script to keep the whole process automated... like, how can i keep my users correllated with their paypal payments? This has to be possible. Can i pass a variable along with a pay-pal payment, like the user's username and what not?

The thought just occured to me that i can have a column in my database with the date their subscription ought to expire... just add the '6 months' or whatever to the current date... but that still leaves me with the issue of automatically activating their premium services upon payment. Any thoughts? Thanks a lot.

I have a working knowledge of PHP, so this shouldn't be too hard for me to figure out :)

vincevincevince

12:03 pm on Feb 13, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Zend has a great tutorial - worked fine for me:
[zend.com...]

mylungsarempty

6:51 pm on Feb 14, 2004 (gmt 0)

10+ Year Member



Thankyou for this.

This should set me along the right track.