Forum Moderators: open

Message Too Old, No Replies

user registration

user registration

         

krikri

7:57 am on Feb 1, 2004 (gmt 0)



How can I create a user registration in Frontpage.
I want users to register themselves and log in with the user names and passwords they gave. I want a scenario like this:

1. They fill a form and enter a user name and password they like. This information is submitted to me and a page called users is opened for them to access the information they want.

2. When they come back, they go to a page and enter their username and password. If successful, they go to the users area, if unsuccefful they go to a sign up page.

All my thanks.

MentalElmo

12:08 am on Feb 3, 2004 (gmt 0)



You would need a server side language, such as PHP-Hypertext Preprocessor(http://www.w3schools.com/php/default.asp) or ASP-Active Server Pages(http://www.w3schools.com/asp/default.asp).

Both are easy to learn (well, PHP is. not sure about ASP)