Re: [PHP-DB] authentication verification

2008-06-04 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

[PHP-DB] authentication verification

2008-05-29 Thread 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 found. In the case of a

[PHP-DB] authentication problem (php and popups)

2005-03-07 Thread mel list_php
Hi! I have an authentication problem... My users are authenticated through a mysql table. This set up a session variable to true and allow them to browse different pages (in each page I test that session variable). To deny direct access to the directory, I put an htaccess which simply denies

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?

[PHP-DB] Authentication using NTLM

2003-09-26 Thread Mark . Dayao
Hi there, 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? Here's my

[PHP-DB] Authentication Classes

2003-06-10 Thread Becoming Digital
I need an authentication class for an upcoming project so I took a trip over to the Repository. Unfortunately, the ratings system appears to be down (or no one uses it) and it's a bit difficult to determine which of the 40 offerings is best. Rather than play the trial and error game, I'm

[PHP-DB] authentication problems

2003-06-03 Thread Natividad Castro
Hi to all, I upgrade from Red Hat 7.2 to 7.3, but now I'm facing a problem. Most of my pages use user authentication popup window. For some reason I can't get access to my pages even though I type in the right user name and password. The code for the pages remains the same, I haven't changed

[PHP-DB] Authentication

2002-01-16 Thread Adam Royle
I have a successful website with authenticatin and logons. There are sections that I allow anyone to get to, but the others have to be authenticated. This site is not using frames at all. its a page by page, with the unit that does the authentication and sessions being included in

[PHP-DB] Authentication

2001-10-19 Thread Sergey Zorchenko
Hi all. I'm trying to find a way to use apache authentication trough php/mysql. I mean that users/passwords need will be stored in mysql database but Apache will athomatically request authentication for any access to protected folder _and its subfolders_. For not to make something like access.php

[PHP-DB] authentication in a browsing directory

2001-02-21 Thread Helmut Tessarek
Hi, I've got some directories that should be accessed via the browser. This works fine. To secure a directory I always used the directives in the .htaccess file. This works aswell. Now I wrote a little PHP script that looks in a table of a database if the user is allowed to access the page or

[PHP-DB] authentication in a browsing directory

2001-02-21 Thread Helmut Tessarek
Hi, I've got some directories that should be accessed via the browser. This works fine. To secure a directory I always used the directives in the .htaccess file. This works aswell. Now I wrote a little PHP script that looks in a table of a database if the user is allowed to access the page or

FW: [PHP-DB] authentication

2001-02-20 Thread Ronnie Esguerra
complicated. ronnie -Original Message- From: Pankaj Ahuja [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 2:27 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] authentication Hi all I need to authenticate a user and on successful login he is redirected to a page

RE: [PHP-DB] authentication

2001-02-20 Thread Boaz Yahav
PROTECTED]] Sent: Wednesday, February 21, 2001 8:27 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] authentication Hi all I need to authenticate a user and on successful login he is redirected to a page. This works fine. However, this is not secure as the page to which the user is redirected can be accessed

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