a while ago i posted how could you get the server ip address, and i got the answer:
$_SERVER['SERVER_ADDR']
which works-but doesnt. I'm on a networked pc, and the output for that code is 10.2.2.0 which is not what I want. Any way of doing this?
Thanks!