Possible Duplicate:
Getting Users Real IP address using PHP
I have a script on a site that saves some info about a client when he leaves the page. Is it possible to get his network address, for example 192.168.1.154
.
I saw on a forum a discussion about this and they say to use $_SERVER['HTTP_X_FORWARDED_FOR']
but it is not working! It shows me my real IP.
How can I do this?