[PHP] Re: Client Machine Name

2001-07-25 Thread Adrian Ciutureanu
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 unsubscribe,

[PHP] Re: Client Machine Name

2001-07-25 Thread Dominic
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