[PHP] Server variables on IIS

2003-08-22 Thread Sid
Hello, I am trying to migrate a PHP script and just realized that the IIS server I am working on does not have the REQUEST_URI, SCRIPT_FILE_NAME and DOCUMENT_ROOT server variables. This makes the script malfunction. Does anyone know how I can get these variables? If you would like to see info

Re: [PHP] Server variables on IIS

2003-08-22 Thread John W. Holmes
Sid wrote: Hello, I am trying to migrate a PHP script and just realized that the IIS server I am working on does not have the REQUEST_URI, SCRIPT_FILE_NAME and DOCUMENT_ROOT server variables. This makes the script malfunction. Does anyone know how I can get these variables? If you would like