Hi.
I just installed abyss web server and php and was wondering if there is a setting in php.ini that I need to set in order to use enviorenment variables in my script. For instance, this:
<?PHP
echo $REMOTE_ADDR;
?>
Throws out this error:
Notice: Undefined variable: REMOTE_ADDR in C:\Documents and Settings\Ryan Brill.RYAN\My Documents\My Webs\infinity\test.php on line 2
Any idea how I go about fixing this? It is running as a localhost server, for testing purposes...