PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
My current site system uses $_SERVER['PATH_INFO'] to populate variables with values, and it works perfect on my local server wth PHP 5.0.0. But now i uploaded the site onto my host, it doesn't work. The host runs 4.3.8. The variable doesn't get filled, its just empty. Isn't the variable path_info available in PHP v 4.3.8? Or does it only get set in windows/etc.? Could it be any setting in php.ini?