This is a discussion on php+membership within the PHP Language forums, part of the PHP Programming Forums category; Can sombody tell me how to bilt membership web site?Or describe it how it works? I have in my ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Can sombody tell me how to bilt membership web site?Or describe it how
it works? I have in my mind web application that is like/works dating agencies?You know,...,choosing 1,3,6 or 12 month membership and when its expiried,you have to renew it. I need information,....,how to make SQL database(relation,how to program it) and how to make restrict pages until payment is processed. I will be thankful for any information or links to web pages with it. Marko |
|
|||
|
Mare wrote:
> Can sombody tell me how to bilt membership web site?Or describe it how > it works? > I have in my mind web application that is like/works dating > agencies?You know,...,choosing 1,3,6 or 12 month membership and when > its expiried,you have to renew it. > I need information,....,how to make SQL database(relation,how to > program it) and how to make restrict pages until payment is processed. > > I will be thankful for any information or links to web pages with it. For a membership area, and logging in, jpmaster77's script at http://www.evolt.org/article/PHP_Log...384/index.html is a good start to learn. It's hardly complete though, and you'll have to make your own adjustments. Grtz, -- Rik Wasmus |