I have a website where only a couple of people can access it, so the number of IPs logged in is very limited. Everything submitted by the 'admins' logged in is sent to a specific folder dependent of their IP Address. Again they can't access the website through a proxy or anything because there's a limited range of IPs that is allowed.
Can I trust $_SERVER['REMOTE_ADDR']
to give a valid IP so the log-system would be 100 % stable and efficient ?