DOC_END; //$filenameがセットされていたらiframeタグを埋め込む。なければリンクを表示 if($filename[0] != '' and file_exists($filename[0].'list.html')){ $str0 .= ''; }else{ $str0 .= ''; } include_once("../../headerforftpit.html"); echo $str0; include_once("../../footerforftpit.html"); echo $filename[0].'list.html'; ?>