I am writing code in PHP, and I would like to detect the client's IP address. I have been using $_SERVER['REMOTE_ADDR'].
It works usually... But sometimes I get the address 127.255.255.255, when clearly a user which was on a regular internet connection tried to connect the website. Is there a reason for that?