RE: [PHP-WIN] Newbie - am wondering how to use PHP (?) to get the name of the user logged on to 'my' https:// site

2008-02-20 Thread Gustav Wiberg
Hi! How good. You're welcome. Sometimes even the simplest things are effective enoguh! :-) Stut has answered about split so I won't repeat... Best regards /Gustav Wiberg -Original Message- From: Greg Cocks [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 6:25 PM To: Gust

Re: [PHP-WIN] Newbie - am wondering how to use PHP (?) to get the name of the user logged on to 'my' https:// site

2008-02-20 Thread Stut
Greg Cocks wrote: Gustav, *Works like a charm! Much appreciated... SO CLEAN AND SIMPLE!* If you or anyone feels so inclined: $logged = $_SERVER["AUTH_USER"]; print $logged.""; list($logged_on_userdomain,$logged_on_username) = split("\\",$logged); print $logged_on_username.""; It prin

RE: [PHP-WIN] Newbie - am wondering how to use PHP (?) to get the name of the user logged on to 'my' https:// site

2008-02-20 Thread Greg Cocks
Gustav, *Works like a charm! Much appreciated... SO CLEAN AND SIMPLE!* If you or anyone feels so inclined: $logged = $_SERVER["AUTH_USER"]; print $logged.""; list($logged_on_userdomain,$logged_on_username) = split("\\",$logged); print $logged_on_username.""; It prints the $logged just

RE: [PHP-WIN] Newbie - am wondering how to use PHP (?) to get the name of the user logged on to 'my' https:// site

2008-02-20 Thread Warren Vail
Sounds like you may also want to look at the single signon project http://sourceforge.net/projects/easysso/ I'm not real up on it, but in a controlled environment, I understand it allows users to signon to their own machine, and use that signon to identify themselves to any number of servers, incl