|
Posted by Gordon Burditt on 07/08/05 01:50
>I'm trying to get the " Computer Name " of a client accessing my web
>site,
>is there a way to do this ? not ip...
What's a "Computer Name"? If it's the DNS name, you could try
taking the IP and doing a reverse DNS lookup on it (gethostbyaddr()).
That may fail, though, especially for ISPs with large banks of
dialup lines where they don't bother.
If "Computer Name" is some kind of Windows-only thing, expect problems
with non-Windows systems.
Gordon L. Burditt
Navigation:
[Reply to this message]
|