When I make a page that has passwords with it does the page automatically save the new passwords when the people type them in or do I have to make a different page that does that. JF
When I make a page that has passwords with it does the page automatically save the new passwords when the people type them in or do I have to make a different page that does that. JF
Care to explain what "a page that has passwords" is? Are you referring to an input element with the type attribute value 'password'?Originally Posted by Freeman
If you are referring to password fields, the browser, not the page, can save the password value.does the page automatically save the new passwords when the people type
Mike
I would like to make a page where people can log in using there id and password. This is a rather large question, but where do I start with this? Thanks, JF
do you have access to your .htaccess file?
"
AuthType Basic
AuthName "for friends/pj only"
AuthUserFile "your/path/username.htpasswds/passwd"
require valid-user
RewriteEngine on
"
.htaccess
and .htpasswd
google them
there is TONs of info!
p
So it turns out that I have no idea what a .htaccess file is. Is there a site that you can build something like this? Thanks, JF
first off, where is your site hosted?
freebie-sites will most likely NOT let you create .htaccess files...
what .htaccess does is the following:
http://files.pjrey.com
you cant go there...
do you want something like this, if so, use htaccess
otherwise, if you are not a allowed to, there are plenty of other ways..
htaccess is the most secure though...
did you try googling htaccess and htpasswd?
you will find more than you can handle
pj
There is a .ht(access|passwd) generator here.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Does the htaccess file have to be on the internet to be able to work or can I test it when its in a folder on my computer.
It must be on a webserver. If you have one installed on your machine, you can test it locally.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks