Re: Obtaining my IP
- From: "steve" <a@xxxxxx>
- Date: Mon, 31 Oct 2005 10:38:54 -0600
| How can I obtain my IP address?
|
| I have tried gethostbyname('localhost'), and of course, the output is
| 127.0.0.1 :)
try:
gethostbyname($_SERVER['HTTP_HOST'])
.
- References:
- Obtaining my IP
- From: Frontlinz
- Obtaining my IP
- Prev by Date: Re: Obtaining my IP
- Next by Date: Optimizing an SQL statment
- Previous by thread: Re: Obtaining my IP
- Next by thread: Optimizing an SQL statment
- Index(es):