I have tried to run getenv username code shown below and it shows correct username on my PC but when I access the same from other PC on same network by my ip he also gets my username. His username on his PC should be shown when he access my PC URL
Thanks
<?php echo getenv("username");
User name expectations pf windows logged in user On my machine it comes correct but on all machines on network show my username on their PC's if accessed by my ip
Thanks