Posted by Jerry Stuckle on 12/23/05 04:15
charles_weaver@post.harvard.edu wrote:
> I have a PHP program on a Windows Server website and the following do
> not work:
>
> $HTTP_SERVER_VARS["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.
>
It's probably because you're using IIS, not Apache. This can't be fixed
in the php.ini file. This information is supplied by Apache.
Solution? Get an Apache server.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|