What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO'] ? How to use them?
When I run print_r($_SERVER) , PATH_INFO and ORIG_PATH_INFO not present in the array. Why not? How to enable them?
I read the PHP manual on them, but still don't understand them.
php apache
zhuanzhou
source share