Hello Jacek,
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.
Suggestion about the PHP Login Script
Re: Suggestion about the PHP Login Script
There are tutorials on this already. See Paypal IPN ( Instant payment notification ).AlexJake wrote:Hello Jacek,
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.
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.
Re: Suggestion about the PHP Login Script
i have been planning to do somethign with PayPal for ages ! This might be a nice way to demonstrate it