Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: PHPで現在のページの完全なURLを取得するにはどうすればよいですか?
PHPを使用して現在のページのURLを取得するにはどうすればよいですか?そのようなphp関数はありますか?
私が達成したいのは:
<?php $url="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; echo $url; ?>