I'm running PHP 4.3.0 on OS 10.2 server.
While trying to grab the user's IP, I found that I am getting an odd answer.
I'm getting the server's IP, not the users IP.
echo $_SERVER['REMOTE_ADDR'];
shows the wrong IP.
--yet the server's web log clearly shows the correct IP.
Anyone heard of this?