[PHP-WIN] Getting more information to pass to PHP

2006-03-01 Thread Aaron Kenney
OK... now that I've obtained the username for one project, I have another project, but this one looks rough. Here's the goal: 1. When the user visits the page, find the user that is logged in locally. 2. Use the info from step #1 to obtain any e-mail address(es) from the Active Directory. 3. Pass

Re: [PHP-WIN] NEWB: get username that is currently logged in to Windows workstation.

2006-03-01 Thread Aaron Kenney
Thanks. That worked. Shows how much I know once I leave the world of PHP and try to do other stuff. -Aaron Kenney On 3/1/06, Wagner, Aaron <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Aaron Kenney [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 01, 2006 16:43 > > To: Wa

Re: [PHP-WIN] NEWB: get username that is currently logged in to Windows workstation.

2006-03-01 Thread Aaron Kenney
oh... On 3/1/06, Wagner, Aaron <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Aaron Kenney [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 01, 2006 16:43 > > To: Wagner, Aaron > > Cc: php-windows@lists.php.net > > Subject: Re: [PHP-WIN] NEWB: get username that is currentl

Re: [PHP-WIN] NEWB: get username that is currently logged in to Windows workstation.

2006-03-01 Thread Aaron Kenney
So I added onLoad to the body tag and took out value='' for my hidden field, and it submitted, but the output was "returned". Unfortunately, the username didn't pass and echo. "; echo $username; } else { echo "go"; echo " testing username script