Click to See Complete Forum and Search --> : passwords
shrekpete
05-15-2007, 03:04 PM
i have a webpage, i want to add a password facility.
how can i do this?
i want to store the passwords and logons on the server not on host as cookies.
Your help would be greatly appreciated.
Regards
Shrekpete
Charles
05-15-2007, 03:06 PM
That's something that you will have to set up on your server. What sort are you running? If it's Apache and the settings are right then you can use ".htaccess", Google for it. If you don't know or if it's not then contact your server people.
shrekpete
05-15-2007, 03:09 PM
i am running a free webserver called xerver. i need a list of logins etc to import into excel or access for analysis. is there any way of doing this or something similar in html. i do not need to recall the passwords, just record them in the same file.
Regards
Shrekpete
kiwibrit
05-15-2007, 03:14 PM
You could do it with javascript - but it would not be secure.
shrekpete
05-15-2007, 03:15 PM
any idea how?
security isnt really an issue, i just need the basic list of the login they enter.
Regards
Shrekpete
Continued at http://www.webdeveloper.com/forum/showthread.php?t=148468