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
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
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
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