I\'m seeking a portable way to receive the (handy) $_SERVER[\'PATH_INFO\'] variable.
$_SERVER[\'PATH_INFO\']
After reading a while, it turns out PATH_INFO
PATH_INFO
you could try
$_ENV['PATH_INFO']; or getenv('PATH_INFO'];