This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
how do i create a membership for my website?

Re: how do i create a membership for my website?

I assume that you have the premium level hosting and that you also have a thorough knowledge of HTML, CSS, PHP, ans some mySQL.

What you do is to set up a database in mySQL that will record the membership info. Your PHP code in your web page can then collect the information eneterd into the form on you login page and do a database lookup to see if the person is a member of your site. It can then write a session cookie to record the fact that the member has successfully logged in. All pages of the site can check if the session cookie exists and if not then trasfer control to the login page.

Re: how do i create a membership for my website?

no im sorry i have the free version is it possilbe to create membership with that package

Re: Re: how do i create a membership for my website?

Stephen has just listed the things you need to do to create memebers site. The required software is not available with the free package.