Re: [PHP] PHP Authentication

2001-11-30 Thread EDUMEXICO
Hi, there is a module for apache that autorizes with mysql, the name of the module is: mod_auth_mysql-2.20, that way you can protect files/directories with the .htaccess method. Bye. PD. The module is at: www.mysql.com On Thu, Nov 29, 2001 at 08:59:05PM +, Hippie wrote: I'm attempting

Re: [PHP] PHP Authentication

2001-11-29 Thread David Robley
On Fri, 30 Nov 2001 07:29, Hippie wrote: I'm attempting authorise users from a MySQL database. The idea being, that upon access to the page they input their username and password and this is checked against a table from an SQL database. This page needs to be completely server independant

Re: [PHP] PHP Authentication

2001-11-29 Thread Hippie
On Fri, 30 Nov 2001 11:02:45 +1030, [EMAIL PROTECTED] (David Robley) wrote: On Fri, 30 Nov 2001 07:29, Hippie wrote: I'm attempting authorise users from a MySQL database. The idea being, that upon access to the page they input their username and password and this is checked against a table

RE: [PHP] PHP Authentication

2001-11-29 Thread Martin Towell
To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP Authentication On Fri, 30 Nov 2001 11:02:45 +1030, [EMAIL PROTECTED] (David Robley) wrote: On Fri, 30 Nov 2001 07:29, Hippie wrote: I'm attempting authorise users from a MySQL database. The idea being, that upon access to the page they input

Re: [PHP] php authentication system

2001-08-10 Thread pierre-yves
http://www.phpbuilder.com/columns/tim2505.php3 py - Original Message - From: Andras Kende [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 10, 2001 6:44 AM Subject: [PHP] php authentication system Hello, I need to password protect some webpages right now its

Re: [PHP] PHP Authentication

2001-03-26 Thread Patrick
- Original Message - From: "Jon" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 1:38 AM Subject: [PHP] PHP Authentication Hi, I have read that for using PHP authentication I must be able to user variables such as $PHP_AUTH_USER that are only avaible when PHP

RE: [PHP] PHP Authentication

2001-03-25 Thread Jack Dempsey
Hi Jon, just to let you know, you don't "need" $PHP_AUTH_USER to do authentication...i just finished up a little auth system (which works and i'm psyched) and i only used some session variables.that having been said, if you want to configure it as a module, check out www.php.net if you got