$_SERVER[’PHP_SELF’],$_SERVER['REQUEST_URI'],$_SERVER[’SCRIPT_NAME’]的区别
摘要:
$_SERVER[’PHP_SELF’]http://www.yoursite.com/example/ -- -- -- /example/index.phphttp://www.yoursite.com/example/index.php -- -- -- /example/index.phphttp://www.yoursite.com/example/index.php?a=test -- -- -- /example/index.phphttp://www.yoursite.com/example/index.php/dir/test -- -- -- /dir/testWhen w 阅读全文
posted @ 2013-06-07 01:35 hminfei 阅读(218) 评论(0) 推荐(0)
浙公网安备 33010602011771号