I am trying to get the users machine name by using
gethostbyaddr($_SERVER['REMOTE_ADDR']);
but all I get is the host name which is the same for all users in my wireless network. I googled and some say it is not possible to get the users local machine name on wireless environment..
Is there any other way to get the machine name on wireless environment?
Is that even possible? Thanks in advance.