1.

Solve : making resgistration page??

Answer»

I KINDA NEED help with 3 things
1-how to make a registration page
2-making the login corrispond with my website
3-making it so that registered members may view all pages on the navigation, but restricting pages on navigation to none registered users.

this is kind of big, but honestly i tried looking around for this kind of help and i didn't find any.
i use Dreamweaver and microsoft front page. preferably microsoft front page, but i'll use whichever is best for my question.If this were me, I would set aside the first page that users encounter as the login/registration page. Two forms, one for registered users and one to allow new users to register. Underlying the page would be a script and a database to store any login data (it's called persistent data). Should a registered user login, you would check the database against the user's credentials and if OK allow access to the site. Should a new user register, you add the credentials to the database and allow access your site.

Your script would have to defend against users using invalid credentials and duplicate id's without the proper PASSWORD.

The data you store in your database might consist of a user's email address for their id (globally unique) and password or their IP address for their id (easily extracted from the http header) and a password.

Whether you use Frontpage or Dreamweaver is irrelevant, it's the underlying logic of the web page.

Hope this GIVES you some ideas. Try making them email you the stuff and just make a pssword for your website which you will reply to them...



Discussion

No Comment Found