Is it possible to get the computer name in php or javascript?
if I use this function, it works correctly only locally
gethostbyaddr($_SERVER['REMOTE_ADDR']);
Is it possible to get the computer name in php or javascript?
if I use this function, it works correctly only locally
gethostbyaddr($_SERVER['REMOTE_ADDR']);