For some reason, when I output my ip address in PHP, I get this result:
echo $_SERVER['REMOTE_ADDR'];
::1
I'm running an XAMPP installation on a new windows 7 64bit machine.
Does anyone know what is happening ? This is really bugging me and I can't seem to find a solution