On Thu, 21 Mar 2002, Maris Kalnins wrote:
> Is there any possibility to get PHP page viewer's ip address..
> for example
> 
> $addr=some_function_that_returns_viewer's_address()

$REMOTE_ADDR

You might want to play with phpinfo() - it tells you a lot.

miguel


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

Reply via email to