This is a discussion on "Login/PayPal" within the PHP Forum section. This forum, and the thread "Login/PayPal are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Login/PayPal
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
A big question, if some1 has time to answer that would be greatly appreciated. A client wants a webpage built where someone can register for an account for $20 via paypal.. then once they have an account and have payed the money, they need to be given the username and password that they created and then they can login in via the website to access a 'seperate page/s' that only these registered users can see. What would be the best way to go about this using PHP? Thanks
|
|
|
|
|||
|
Re: Login/PayPal
Paypal has an intergration guide, but basically You have a member table setup which the date they signed up, date of last payment and a field which either has a 1 or a 0. 1 if they have paid 0 if not.
If its 0 then they cant access the restricted pages and they get sent to payment page. If its 1 then they can get in. |
![]() |
| Tags |
| loginpaypal |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pay with Paypal? | Jack Franklin | Hosting & Domains | 19 | Jun 24th, 2008 13:19 |
| PayPal Question | Stormraven | Webforumz Cafe | 7 | Nov 16th, 2007 19:36 |
| Paypal problems | 0413 | Starting Out | 6 | Sep 26th, 2007 22:08 |
| paypal .. CONFUSED ! | bruno89 | Web Page Design | 10 | Sep 13th, 2006 13:40 |
| Login/Paypal | ritcho21 | Web Page Design | 4 | Jun 21st, 2006 17:31 |