Hi,
Just set up PHP (PHP Version 4.3.3) as a CGI on a WIN2k server and tried
this:
<?php
echo $REMOTE_ADDR;
print "This is PHP...";
?>
And I get this error:
Notice: Undefined variable: REMOTE_ADDR ...
Is there some module I may be missing?
Thanks,
S
Just set up PHP (PHP Version 4.3.3) as a CGI on a WIN2k server and tried
this:
<?php
echo $REMOTE_ADDR;
print "This is PHP...";
?>
And I get this error:
Notice: Undefined variable: REMOTE_ADDR ...
Is there some module I may be missing?
Thanks,
S
Comment