Reply to Re: How to include optonial info when running on local server?
Posted by Michael Fesser on 09/01/07 07:29
..oO(Christian Aastorp <>)
><?php
> if ($_SERVER['REMOTE_ADDR'] = "127.0.0.1") {
^
>
>This worked spllendidly when I tested running our site locally using
>the XAMPP-bundle. But when I copied the code out to the real server it
>seems that all clients are found at 127.0.0.1!