Hello Guys,
When I used the passthru command:
<?
passthru("echo $USER");
?>
I can received the answer telling which user is login in a unix system, but I would like to use the command in the NT "set USERNAME" or "NET NAME" to get the user logged in the NT workstations. I tried with the command passthru but it doesn't work. Dou you have any idea which command can I use to get the user active in NT.
Regards