RE: [PHP] Visual Login

2001-08-01 Thread scott [gts]

if you go this route, you would, however, have to check
for valid-login users on every page that you want to
have security on.

 -Original Message-
 From: Ben Bleything [mailto:[EMAIL PROTECTED]]
 Subject: RE: [PHP] Visual Login
 
 One way would be to use a database (of any type) to store
 username/password data, present the user with a form to fill out,
 authenticate against the database, set session variable if they are
 valid, and let them use the application.. if they fail, do whatever.
 
 =  EXTREMELY brief.  Can give more detail if you like =
 
 Ben


-- 
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]




RE: [PHP] Visual Login

2001-08-01 Thread Ben Bleything

VERY good point I forgot to mention =  

By the way, that's what the session variables are for... you just check
every page if they are set correctly, and go with it =

Good luck,
Ben

-Original Message-
From: scott [gts] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 01, 2001 7:33 AM
To: php
Subject: RE: [PHP] Visual Login

if you go this route, you would, however, have to check
for valid-login users on every page that you want to
have security on.

 -Original Message-
 From: Ben Bleything [mailto:[EMAIL PROTECTED]]
 Subject: RE: [PHP] Visual Login
 
 One way would be to use a database (of any type) to store
 username/password data, present the user with a form to fill out,
 authenticate against the database, set session variable if they are
 valid, and let them use the application.. if they fail, do whatever.
 
 =  EXTREMELY brief.  Can give more detail if you like =
 
 Ben


-- 
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]




RE: [PHP] Visual Login

2001-07-31 Thread Ben Bleything

One way would be to use a database (of any type) to store
username/password data, present the user with a form to fill out,
authenticate against the database, set session variable if they are
valid, and let them use the application.. if they fail, do whatever.

=  EXTREMELY brief.  Can give more detail if you like =

Ben

-Original Message-
From: Steve Wright [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 31, 2001 4:01 PM
To: PHP List
Subject: [PHP] Visual Login

How can i go about doing a visual login on a web page... instead of the
pop up window i have at the min like with .htaccess ??

I apologize if this is in the manual, but i couldn't see it

Kind Regards,

Steve


-- 
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]