I tried to install PHP on Windows withh IIS as server....
I am following the tutorial...
The tutorial is here
I have a doubt when i tried to change this lines of tutorial...
CGI mode. Follow the instructions below to install PHP in the CGI mode.
Edit the following lines in the php.ini file:
cgi.force_redirect = 0
cgi.redirect_status_env = ENV_VAR_NAME
These lines are security settings. If you leave these lines as they are, it prevents PHP from running in CGI mode. To enable PHP, you can either set a system variable (ENV_VAR_NAME) that PHP will look up before it runs or you can force PHP to run with cgi.force.redirect = 0.
MY BIGGESt problem is Seeting the system variable ENV_VAR_NAME...
Whats is this "ENV_VAR_NAME" and how can i set it...Is it windows related or Php related...
I am stuck...Please move me further......
Thanks,
sharma