hi everybody 🙂
Have a little question maybe someone can give me an answer?
I run iis 5 on w2000 and php as a filter.
I have used the following lines to get the computer name of the surfer and it has worked fine upuntil now.
$fHname = gethostbyaddr($REMOTE_ADDR);
$Hname = reset(explode('.', $fullHostname));
All of a sudden the server returns its own name instread of its clients name????
Why is this?
I made another php page just to try this lines and ran it on the server and it worked just fine.
This just dont make sense, i really want to understand what is happening.
best Regards
Zaphod