I've a suggestion for a tutorial for your membership script tutorial, a paypal module so people who run a membership site can charge their members a monthly fee by paypal to access the restricted members area.
I've a suggestion for a tutorial for your membership script tutorial, a paypal module so people who run a membership site can charge their members a monthly fee by paypal to access the restricted members area.
Thank You,
Alex Jake.
There are tutorials on this already. See Paypal IPN ( Instant payment notification ).
You pretty much just have to set a bool in your database, 1 for payed this month and 0 for not payed this month, and then set it back to 1 if the user pays.