On Sun, 2004-02-15 at 19:03, Birkholz, James wrote:
> mail([EMAIL PROTECTED],[EMAIL PROTECTED]",'[FLAG] Info edited: '.$theInfo.' by
> '.$REMOTE_HOST, 'From: '.$emailAdmin."\r\n");

Try $_SERVER['REMOTE_HOST']

Also, if apache is not configured with HostnameLookups On this won't be
set.  You can get the IP from: $_SERVER['REMOTE_ADDR']

-- 
Adam Bregenzer
[EMAIL PROTECTED]
http://adam.bregenzer.net/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to