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

[PHP] PHP Authentication

2001-11-29 Thread Hippie
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 which means that I can't make use of the

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

[PHP] PHP Authentication on Apache

2001-09-03 Thread Lynn Holt
Hi all, Trying PHP for the first time. Snached the authentication code from the docs and put it in phpauth.php. When I surf to it, it just asks for my user and password again and again If I hit Cancel, it prints the little message just fine. Here's the code in case I'm the only one to

[PHP] php authentication system

2001-08-10 Thread Andras Kende
Hello, I need to password protect some webpages right now its passwords everywhere Probably need some cookie based php authentication system where users login once Where can I find a simple but good script?? Thanks :) Andras -- PHP General Mailing List (http://www.php.net/) To

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

[PHP] PHP Authentication

2001-03-25 Thread Jon
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 is installed as a module. On the other hand I am using APACHE 1.3.17 with PHP 4.04 and I have configured Apache with the following lines: ScriptAlias /php4/

RE: [PHP] PHP Authentication

2001-03-25 Thread Jack Dempsey
if you got it up and running once, getting it to work as a module shouldn't be too bad -jack -Original Message- From: Jon [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 2:38 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP Authentication Hi, I have read that for using PHP authenticat