How do I get the URL of the currently executing PHP script?
For example, the URL http://www.domain.com/folder/script.php
sends a request to /var/www/domain/folder/script.php
.
In script.php
, I want to echo http://www.domain.com/folder/
(not /var/www/domain/folder/
, not http://www.domain.com/folder/script.php
). What is the simplest way to do this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…