Does any body know if $_SERVER['REQUEST_URI'] is available in PHP 4.3.3 or not
according to the documentation that I've got from php.net
It should be available
But I am getting the following error when using it in my machine
Undefined index: REQUEST_URI
I have PHP version 4.3.3 installed on Windows 2003 Server
It is giving the same error for some of the other indices as well.
Can anybody help???????????? 
|