Page 1 of 1

Suggestion about the PHP Login Script

Posted: Thu Sep 22, 2011 1:21 pm
by Hustle
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.

Re: Suggestion about the PHP Login Script

Posted: Thu Sep 22, 2011 5:35 pm
by Temor
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.
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.

Re: Suggestion about the PHP Login Script

Posted: Thu Sep 22, 2011 11:46 pm
by jacek
i have been planning to do somethign with PayPal for ages ! This might be a nice way to demonstrate it :)