Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageOh, 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
>
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.