I use $_SERVER['REMOTE_ADDR'], but the notes at http://us2.php.net/getenv
say you may want to also use HTTP_X_FORWARDED_FOR (and not even getenv but
$_SERVER as you were attempting).

Regards,
Dwight


> -----Original Message-----
> From: Oliver Block [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 16, 2006 1:48 PM
> To: php-db@lists.php.net
> Subject: Re: [PHP-DB] how to get the referrer page details
> 
> Am Donnerstag, 15. Juni 2006 15:46 schrieb Manoj Singh:
> > Now i came to know that this variable is
> > not supported by some servers or it can be set off in php.ini setting.
> So
> > can any one help me doing this without using $_SERVER['HTTP_REFERER'].
> 
> That how the things are. Sometimes others do not act like one likes to.
> You
> should respect that some individuals do not want you to get that
> information.
> I bet, that is not really a big thing, isn't it?
> 
> Best Regards,
> 
> Oliver
> 
> --

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

Reply via email to