[PHP] Request Network ID

2003-07-07 Thread Haitham A. Khaiyat
Hi, I need you help please.

 

I am looking for a function can give the Network ID from LAN. For
example, our LAN is based on Windows 2000.

 

How can I get user network account. VB.NET has this built in function

Request.ServerVariables(LOGON_USER)

 

Can you help?:

 



Re: [PHP] Request Network ID

2003-07-07 Thread Mark
Are you trying to find out who is currently logged on locally? Who
the webserver is running as? If you want to know who is logged in
locally, you can use whoami from the command line (or via exec,
passthru, or system). You can also check out
http://www.sysinternals.com for some neat comand line tools for
Win2k. 

--- Haitham A. Khaiyat [EMAIL PROTECTED] wrote:
 Hi, I need you help please.
 
  
 
 I am looking for a function can give the Network ID from LAN. For
 example, our LAN is based on Windows 2000.
 
  
 
 How can I get user network account. VB.NET has this built in
 function
 
 Request.ServerVariables(LOGON_USER)
 
  
 
 Can you help?:
 
  
 
 


=
Mark Weinstock
[EMAIL PROTECTED]
***
You can't demand something as a right unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php