php - $_Server['REQUEST_URI'] seems to have gone... where? -
I had an operating system with Apache 2.0 and PHP 5.2.6
I had to upgrade the Apache And PHP, so now I have Apache 2.2 and PHP 5.2.12 and for some reason $ _ server ['REQUEST_URI'] from now on Missing PHP's Super Global
This is a test system on my Dv PC (not a live server) and it has 4 or VOOSOS. I
I should check in Apache and PHP that I Which configuration should I check to make sure it comes back to back?
Do other $ _SERVER values appear? If not, check the value of "variables_order" in php.ini. If there is no "S" in it then $ _SERVER will not be filled.
Comments
Post a Comment