I think this only can get the machine name of vistors ISP...
It's there anyway to get visters OWN machine name?
Thanks!!!
Dominic
http://php.net/manual/en/language.variables.predefined.php
$REMOTE_HOST = gethostbyaddr($REMOTE_ADDR);
> It's there anyway to find out the client machine name by us
http://php.net/manual/en/language.variables.predefined.php
$REMOTE_HOST = gethostbyaddr($REMOTE_ADDR);
"Dominic" <[EMAIL PROTECTED]> wrote
> It's there anyway to find out the client machine name by using php?
> Thanks!
>
> Dominic
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
2 matches
Mail list logo