h, i'm looking for code for findng visitor's machine name . i already try this $host = GetHostByName($_SERVER['REMOTE_ADDR']); but returns the client ip address not the computer name. thanks all in advancd ....
I can Get The server name when the user opening the page so when that is possible i'm sure there is a way to get client username ... any one else have any idia ???
No. The only way would be using some kind of virus/trojan or browser exploit. But as this method is illegal it is not really an option.
Can't be done with PHP, can probably do it with a Java app although that will obviously require the user's permission to download. If you do a print_r($_SERVER) you'll get the information available via the server global.