"Ross Fleming" <[EMAIL PROTECTED]> skrev i en meddelelse
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Well it seemed to me that the $PHP_ variables were always set, just
> sometimes blank. Yes it's possible at php.net, it's where I got most of
> the answer for. I just used a bit of logic and s
Well it seemed to me that the $PHP_ variables were always set, just
sometimes blank. Yes it's possible at php.net, it's where I got most of
the answer for. I just used a bit of logic and searched for "empty" in
the function list, and it came up with that function. The best way to
do it, I would
gt; echo "You entered $PHP_AUTH_USER for a username.";
> echo "You entered $PHP_AUTH_PW for a password.";
> }
> ?>
>
> -Original Message-
> From: morten [mailto:[EMAIL PROTECTED]]
> Sent: 12 November 2001 17:13
> To: [EMAIL PROTECTED]
>
";
echo "You entered $PHP_AUTH_PW for a password.";
}
?>
-Original Message-
From: morten [mailto:[EMAIL PROTECTED]]
Sent: 12 November 2001 17:13
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] $PHP_AUTH_USER
Hi,
Yes the first one worked, but now I'm having trou
e c:/php/sapi/php4apache.dll
> >AddType application/x-httpd-php .php
> >
> > making sure of course, that c:/php is where you've got php installed.
> >
> > Restart apache and hey presto..
> >
> > Ross
> >
> > -Original Message-
&g
.
>
> Ross
>
> -Original Message-
> From: Ross Fleming [mailto:[EMAIL PROTECTED]]
> Sent: 11 November 2001 22:14
> To: Morten [Achtung]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] $PHP_AUTH_USER
>
>
> OK, having run the same script, I'm ge