Mensaje citado por: Bruno Freire <[EMAIL PROTECTED]>:

> Hi!! 
> 
> My name is Bruno, From Brazil!!!
> 
> I need to know how can i discovery the ip address when somebody access
> my
> home page!!!!
> 
> What function can I use????

Bruno, check the phpinfo() function, which will give you lots of information
about variables that are passed from the browser to the server.

I think that HTTP_SERVER_VARS["REMOTE_ADDR"] is what you're looking for.

Saludos... :-)

Martín Marqués

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to