RE: [PHP] Get the HTTP Server Username

2003-03-28 Thread Don Read
On 28-Mar-2003 Chris Shiflett wrote: > --- Mike <[EMAIL PROTECTED]> wrote: >> Is there anyway to get the HTTP Server Username (something like >> $_SERVER['username']) I tried printing all the variables defined in a >> page (and looking at a phpinfo.php) and wasn't able to figure it out... > > ---

RE: [PHP] Get the HTTP Server Username

2003-03-28 Thread Chris Shiflett
--- Mike <[EMAIL PROTECTED]> wrote: > Is there anyway to get the HTTP Server Username (something like > $_SERVER['username']) I tried printing all the variables defined in a > page (and looking at a phpinfo.php) and wasn't able to figure it out... --- Don Read <[EMAIL PROTECTED]> wrote: > $_SERVER

Re: [PHP] Get the HTTP Server Username

2003-03-28 Thread CPT John W. Holmes
> Is there anyway to get the HTTP Server Username (something like > $_SERVER['username']) I tried printing all the variables defined in a > page (and looking at a phpinfo.php) and wasn't able to figure it out... Do you mean the user your web server is running as? You should already know that... -

RE: [PHP] Get the HTTP Server Username

2003-03-28 Thread Don Read
On 28-Mar-2003 Mike wrote: > Is there anyway to get the HTTP Server Username (something like > $_SERVER['username']) I tried printing all the variables defined in a > page (and looking at a phpinfo.php) and wasn't able to figure it out... > -- > Mike <[EMAIL PROTECTED]> > $_SERVER['PHP_AUTH_USE