This program only returns the client machine name in localhost only
echo gethostbyaddr($_SERVER[\'REMOTE_ADDR\']);
If it is run from an online s
Not in PHP. phpinfo(32) contains everything PHP able to know about particular client, and there is no [windows] computer name
phpinfo(32)