hi
my site is on stoli server and i am using php script (
$ip=$_SERVER['REMOTE_ADDR']; ) to detect visitors ip address,it was working perfectly till yesterday but from today its not working then i tried
$ip=@$REMOTE_ADDR; and $ip = getenv('REMOTE_ADDR'); but none are working.Can anyone...