Help - Create login form

juven

New Member
Hi,
Please help me :( .
I want to put up a login and password option in my site.

The backend will be MS access.
I dont know php, how to do in JS or asp?

I want to knw the code for that.
How the new user creates a new Account?


Thank you,
:cool: Juven.
 

zkiller

Super Moderator
Staff member
i am assuming that your site is being hosted on a windows server, correct?

this is a very large question you are asking that involves many different things. first off you will need to learn how to interact with the database using asp. (tutorials: ASP101) once you get that all figured out you can attempt to put together a basic system for user registration, login and user management. however, at this point the system probably won't be very secure. so you will need to learn about password encryption (hashing) and how to integrate it into your system.

the list of possibilities goes on and on.
 

zkiller

Super Moderator
Staff member
it's not as bad as it all sounds, but it does involve some time and learning.
 
Top