|
Posted by aabrahao on 07/25/05 00:07
Hi,
In IIS 6, windows 2003 with php 4.3.11, the code REMOTE_ADDR
does not show the IP, but the same page in apache2triad shows the
IP.
I tried
<? $ip = getenv("REMOTE_ADDR"); print $ip; ?>
and
$_SERVER['REMOTE_ADDR']
regards,
http://www.DevPlug.com --Connecting Developers
Posted from: http://www.devplug.com/ftopic57612.htm
Navigation:
[Reply to this message]
|