I'm getting the following warning :
Warning: Address is not in a.b.c.d form
The piece of code that seems to cause this (the last line - 4):
$domain = 'http://'.$SERVER_NAME;
$To = $domain.$REQUEST_URI;
$From = $HTTP_REFERER;
$REMOTE_HOST = getHostByAddr($REMOTE_ADDR);
does anyone have an idea why this is happening and what I can do about it?
thanks
stepan