php获得当前的脚本网址
程序员文章站
2022-05-14 17:46:31
//获得当前的脚本网址
function getcururl(){
if(!empty($_server[...
//获得当前的脚本网址
function getcururl(){
if(!empty($_server["request_uri"])){
$scriptname = $_server["request_uri"];
$nowurl = $scriptname;
}else{
$scriptname = $_server["php_self"];
if(empty($_server["query_string"])) $nowurl = $scriptname;
else $nowurl = $scriptname."?".$_server["query_string"];
}
return $nowurl;
}
上一篇: 暑期澳门最好玩景点推荐 澳门哪里好玩
下一篇: 香港购物区域大全 在香港哪里购物好