Re: php _SERVER["REMOTE_ADDR"] is fixed ip address

2005-11-06 Thread Darryl Clarke
On 11/6/05, 高勇KevinGao <[EMAIL PROTECTED]> wrote: > I use debian sarge version > now I found a problem in php > when using > getenv("REMOTE_ADDR") or > _SERVER["REMOTE_ADDR"] > return a fixed ip address,not my real internet ip address > but the same code is ok in an freebsd server > anyone can tel

Re: php _SERVER["REMOTE_ADDR"] is fixed ip address

2005-11-06 Thread Roberto C. Sanchez
On Sun, Nov 06, 2005 at 08:44:11PM +0800, KevinGao wrote: > I use debian sarge version > now I found a problem in php > when using > getenv("REMOTE_ADDR") or > _SERVER["REMOTE_ADDR"] > return a fixed ip address,not my real internet ip address > but the same code is ok in an freebsd server > an

php _SERVER["REMOTE_ADDR"] is fixed ip address

2005-11-06 Thread 高勇KevinGao
I use debian sarge version now I found a problem in php when using getenv("REMOTE_ADDR") or _SERVER["REMOTE_ADDR"] return a fixed ip address,not my real internet ip address but the same code is ok in an freebsd server anyone can tell me why? --