Re: [PHP-DB] authentication verification

2008-06-03 Thread Thodoris
O/H DeadTOm ??: So the user comes to the site and they're presented with a log in page. They enter they're username and password and php checks a mysql database for a matching username and password. If there is a match, it responds with 1 line found. If no match, it responds with 0 lines fou

Re: [PHP-DB] Authentication using NTLM

2003-09-28 Thread Peter Monk
[EMAIL PROTECTED] wrote: How can I authenticate users against the database using NTLM instead of Basic Authentication? Instead of manually logging in, each user's NT account will automatically allow or deny access. Is there somewhere in the php.ini file where I have to enable the NTLM module? Mark

Re: [PHP-DB] authentication in a browsing directory

2001-02-25 Thread Helmut Tessarek
Hi, This sounds good, but I thought it could be easier to use the browsing function of the Apache Webserver, since this function is already implemented. I just don't know, how to access this function, if there is an index file present. If there is no way to do that, I will try to use the filesyst

Re: [PHP-DB] authentication in a browsing directory

2001-02-22 Thread Baher Abouelfittouh
Ok .. Upon success, read the current directory and create links to each file on the fly "readdir()". That should even give the chance to customize your directory listing ..!! Baher -- >From: Helmut Tessarek <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [PHP-DB] authent

Re: [PHP-DB] authentication

2001-02-20 Thread Uioreanu Calin
then use phplib Otherwise, you need to define a session class (or use a free one from the web). -- PHP Database 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 PRO

RE: [PHP-DB] authentication

2001-02-20 Thread Boaz Yahav
Check this out : http://www.weberdev.com/index.php3?GoTo=search.php3%3Fsearch%3Dauthenticatio n%26searchtype%3Dtitle Sincerely berber Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow. -Original Message- From: Pankaj Ahuja [mailto:[EMAIL PROTECTE

Re: [PHP-DB] authentication

2001-02-20 Thread Pankaj Ahuja
I forgot to mention, my server runs PHP 3 - Original Message - From: Ronnie Esguerra To: PHP Sent: Wednesday, February 21, 2001 12:15 PM Subject: FW: [PHP-DB] authentication why not use sessions? on the first page do the login and start the session. throw the login to every other p