Re: PHP on Windows missing features
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Thu, 22 Dec 2005 21:15:43 -0500
charles_weaver@xxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxx ================== .
- Follow-Ups:
- Re: PHP on Windows missing features
- From: Kimmo Laine
- Re: PHP on Windows missing features
- From: charles_weaver
- Re: PHP on Windows missing features
- References:
- PHP on Windows missing features
- From: charles_weaver
- PHP on Windows missing features
- Prev by Date: PHP on Windows missing features
- Next by Date: Re: file protection
- Previous by thread: PHP on Windows missing features
- Next by thread: Re: PHP on Windows missing features
- Index(es):
Relevant Pages
|