Couple of ways of doing this ---
1. Assume you will be storing the username/password combo in a database.
2. Yes, use a cookie if you wish to store password on the client side.
3. PHP sessions are good for temporary storage of the username/password
combo, or whatever else you may use for your
- Original Message -
From: Batis <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 19, 2001 7:08 PM
Subject: [PHP] Remember my username & password
>
> Hello everyone,
>
> I want to build an authentication system like when entering Yahoo!. I.e.
> each
Hello everyone,
I want to build an authentication system like when entering Yahoo!. I.e.
each user can sign-up for a username, which has a password. When he enters
the site, there's a login box:
Username: [textbox]
Password: [password textbox]
[checkbox] Remember my username & password
If he
3 matches
Mail list logo