Click to See Complete Forum and Search --> : login script for multiple users on my website


sonjort
07-13-2003, 10:08 PM
Does any one know of a log in script that can be used on a website.
We want to be able to have members join in, pick their own login id and password to have access to website.
We want them to be able to do this automatically from the start page.
Can we do this with a Java script??
Can someone help?

We are new to this , but trying to get our website set up. Thank you in advance for any help you can give us..


Sonjort

AdamGundry
07-14-2003, 02:29 AM
If you want users to be able to sign up without your intervention (which I think is what you mean), you will need a server-side language to handle the login, such as PHP or ASP.

Javascript can do a basic (and totally insecure) login script, but not one users sign up for.

Adam

sonjort
07-14-2003, 08:50 AM
Thank you
Now I know what to look for.