On Sat, 21 Oct 2006 19:55:17 -0400
Fred Moses <[EMAIL PROTECTED]> wrote:

> Is there a function which returns the IP address of the requestor of the 
> current page?
> 
> -- 


Don't think so but there is a superglobal that contains it:

$_SERVER['REMOTE_ADDR']

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

Reply via email to