我想回显确切的网址:http://domain.com/mystuff.html#123456
但它只打印http://domain.com/mystuff.html
如何包含#123456
?所以变成http://domain.com/mystuff.html#123456
到目前为止我的代码
$urladdress = "http://".$_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME']."?".$_SERVER['QUERY_STRING'];