Make a login screen that can save cookies (so they don't have to type
username again) and keep a Session Varible of their username/password so u
know if they are Auth to enter certain areas...

This way if they don't have cookies they can login anyway... but if they do
allow cookies then it saves them writing their password each day

Andrew
----- Original Message -----
From: "Gary" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 28, 2001 4:56 PM
Subject: [PHP] Best Way?


> Hi All,
>   I have a php/mysql authentication page where 10 people can login. Each
> person has thier own page that they update daily. What would be the best
> way to take them to their update area? I thought of cookies but that
> requires them haveing cookies turned on.
>
> TIA
> Gary
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to