Dear all,
I use PHP 5.3.1 on an IIS Server.
I'd like to use $GLOABALS["PATH_INFO"] which still works in PHP 5 although it is deprecated. In the php-ini file it turned on the register_globals option. So from PHP's point of view it should work.
Nevertheless I get the error "Undefined index: PATH_INFO". So the Path Info is not accessible for PHP. I guess the problem is at the IIS. I can change the settings there, yet I don't know where to turn the Path_info on.
Can anybody help?
Best wishes
Eva
I use PHP 5.3.1 on an IIS Server.
I'd like to use $GLOABALS["PATH_INFO"] which still works in PHP 5 although it is deprecated. In the php-ini file it turned on the register_globals option. So from PHP's point of view it should work.
Nevertheless I get the error "Undefined index: PATH_INFO". So the Path Info is not accessible for PHP. I guess the problem is at the IIS. I can change the settings there, yet I don't know where to turn the Path_info on.
Can anybody help?
Best wishes
Eva