I have a PHP program on a Windows Server website and the following do
not work:
$HTTP_SERVER_VA RS["PHP_SELF"], $_SERVER, $_SESSION
etc. etc.
Can someone explain me why?
Is there something I can tell my web host to set in the php.ini file to
fix this?
All of this has always worked for me on Unix.
not work:
$HTTP_SERVER_VA RS["PHP_SELF"], $_SERVER, $_SESSION
etc. etc.
Can someone explain me why?
Is there something I can tell my web host to set in the php.ini file to
fix this?
All of this has always worked for me on Unix.
Comment