Suggestion about the PHP Login Script

Got an idea for a tutorial ? Share it here.
Post Reply
User avatar
Hustle
Posts: 24
Joined: Wed Jul 27, 2011 1:30 pm
Location: United Kingdom

Suggestion about the PHP Login Script

Post 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.
User avatar
Temor
Posts: 1186
Joined: Thu May 05, 2011 8:04 pm

Re: Suggestion about the PHP Login Script

Post 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.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Suggestion about the PHP Login Script

Post by jacek »

i have been planning to do somethign with PayPal for ages ! This might be a nice way to demonstrate it :)
Image
Post Reply