PHPで現在のページのURLを取得する方法 $_SERVER['PHP_SELF']を使用する方法:$currentUrl = $_SERVER['PHP_SELF']; echo $currentUrl;>>More