Re: [PHP] Using PHP with windows logon

2003-07-09 Thread David Otton
On Wed, 9 Jul 2003 19:02:21 +0930, you wrote: >can you use your windows logon as set it as a variable in php?? > >eg I log onto a windows machine using brenton can i use a php script to set >that as a variable, I have seen a similar type function before but i have no >idea how it works, I know win

Re: [PHP] Using PHP with windows logon

2003-07-09 Thread Ray Hunter
On Wed, 2003-07-09 at 03:32, Brenton Dobell wrote: > can you use your windows logon as set it as a variable in php? U should probably look at how activex does it. I know that asp scripts do it all the time and possibly some com objects can set that for you. I have connected to exchange and use

Re: [PHP] Using PHP with windows logon

2003-07-09 Thread Marek Kilimajer
I think if php runs under IIS and IIS is set up to do so, the variable (phpinfo() will tell you its name) is set. I don't know much more. Brenton Dobell wrote: Hello all, I just have a quick question, I am not sure that it is even possible but im gonna take a whack anyways, basically what i wan