はじめに「鉄道・道路 立体交差工法」
if ( isset($_SERVER['HTTPS']) and $_SERVER['HTTPS'] == 'on' )
{
$protocol = 'https://';
}
else
{
$protocol = 'http://';
}
$url = $protocol.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
$str=str_replace("http://underpass.info/","",$url);
$str=str_replace(".html","",$str);
?>