i tried the $_SERVER['REMOTE_ADDR'] it is giving ip address of server which
is hosting the webpage not the user's ip address.   pls. suggest how can IP
address of an user can be obtained.

with best wishes
balwant

-----Original Message-----
From: Philip Thompson [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 30, 2004 3:45 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Re: getenv() alternative


Oh, before I get a slew of emails about this one, I think I figured it
out: $_SERVER['REMOTE_ADDR']

I knew it couldn't have been that difficult... brain fart! Sorry for
wasting your time.

~Philip

On Sep 29, 2004, at 5:02 PM, Philip Thompson wrote:

> Hi all.
>
> I am needing to obtain the IP address of a user who logs into the
> system. I tried to use `getenv("REMOTE_ADDR")`, however, this function
> does not work in ISAPI mode, which is what I am running.
>
> Is there an alternative to obtaining the IP address? I have looked
> around, but I cannot seem to find anything.
>
> Thanks in advance,
> ~Philip
>

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

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

Reply via email to