Re: [PHP] Authentication

2001-06-26 Thread Tom Carter
] Sent: Tuesday, June 26, 2001 9:52 AM Subject: Re: [PHP] Authentication If you run PHP as a CGI, or as an ISAPI module *without* installing the ISAPI filter, then IIS will have already dealt with everything to do with headers before PHP gets a look in. Installing PHP in the ISAPI

Re: [PHP] Authentication

2001-06-26 Thread Phil Driscoll
On Tuesday 26 June 2001 11:24, Brave Cobra wrote: So, people, when using PHP authentication, please use a Linux box!!! The windows version doesn't really work (at all). ...or the Apache module on NT. Cheers -- Phil Driscoll -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] Authentication

2001-04-20 Thread Navid Yar
- From: Kath [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 4:06 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Authentication In the future, do not post your mysql password on the list Just a little piece of advice ;) Also, try checking the online errata for the book

RE: [PHP] Authentication

2001-04-19 Thread Jack Dempsey
check and see if you have create_privilege on the database, and also make sure your code is clean...echo the sql statement before you use it and type it into mysql from the mysql command line and see if it works then... -jack -Original Message- From: Navid Yar [mailto:[EMAIL PROTECTED]]

Re: [PHP] Authentication

2001-04-19 Thread Kath
In the future, do not post your mysql password on the list Just a little piece of advice ;) Also, try checking the online errata for the book (You didn't mention which book so I can't point you in the right direction). - Kath - Original Message - From: "Navid Yar" [EMAIL PROTECTED]

Re: [PHP] Authentication through a login form

2001-01-26 Thread Richard Lynch
By definition, if you want to use HTTP Authentication with the browser taking care of username/password automagically, you get that popup box. If you don't want the popup box, you need to "roll your own" with cookies etc. Fortunately, "roll your own" now mainly consists of doing this: ?php

<    1   2