On Mon, 18 Mar 2002, Ulrik Witschass wrote:
> Hi, I am new to this list and to PHP, so please excuse any newbie questions
> :)
> 
> Want I need to know is how to get either the ISP or the IP of the visitor of
> a page. I guess this is a environment variable, but I don't know which.
> Any help is greatly appreciated :)

It's $REMOTE_ADDR.

The quickest way to see which variables are available is to stick the 
function phpinfo() into your page.

miguel


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

Reply via email to