PHP:返回当前 URL
使用 php,我想返回当前所在页面的当前 url。
例如,如果此脚本在 http://www.google.com 上运行,我想回显 ' google' sans http://
或者
如果此脚本在 http://173.244.195.179 上运行,我想回显'173.244.195.179' sans http://
我已经查看了 $_SERVER
但无法让它工作。建议?
With php, I want to return the current url of the page I am currently on.
for example, if this script is run on http://www.google.com, I want to echo out 'google' sans http://
OR
if this script is run on http://173.244.195.179, I want to echo out '173.244.195.179' sans http://
I've looked at $_SERVER
but haven't been able to get it to work. Suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或许?
编辑:(支持子域)
我将把钱押在有一种更简单或内置的方法上。
Maybe?
EDIT: (Supports subdomains)
I'm going to put my money on that there's a way simpler or inbuilt way of doing this.