Click to See Complete Forum and Search --> : creating registration page in frontpage2003


Rabs111
10-06-2006, 02:24 AM
Hey Everyone,

I'm in urgent need of some help. IF anyone at all knows a step by step method in creating a registration page for a website in frontpage could they pleaseeee help me out. It needs to include, a user name, password and email address. I'd be very greatful. Thanks a lot

Regards,
Rabiah K

jvanamali
10-06-2006, 12:34 PM
the Basic steps that are involved in registration form creation

1) Create a database with users table with Userid,Username,Pwd,EmailId as the fields.
2) Create a form where the users can enter there Username,pwd and emailid
3) On submit , insert a record into database with the details given by the user
4) When the user logs in check whether username and password match with the one in the database, if it is not present notify user that the username or password are incorrect

for a sample registration form

http://www.gotocode.com/apps.asp?app_id=12

that has a code where users can register and login