$_SERVER['DOCUMENT_ROOT'] Doesn't Include My Web Site Root Directory
Due to the clustered system of Apache servers used to handle PHP files, if you use...
Client IP from $_SERVER['REMOTE_ADDR'] is Always the Same
If your scripts use $_SERVER['REMOTE_ADDR'] to get the client's IP address, they will always show...