에러 왜 뜨는지 확인 좀 부탁드립니다 채택완료
zkdlf
8년 전
조회 3,684
Warning: dir(./sightseeing_list/list/wine tunnel/image1) [http://www.timeplace.co.kr/sightseeing_list/list/wine%20tunnel/function.dir">function.dir]: failed to open dir: No such file or directory in /home/tnhands/public_html/sightseeing_list/list/wine tunnel/wine tunnel.php on line 260 Fatal error: Call to a member function read() on a non-object in /home/tnhands/public_html/sightseeing_list/list/wine tunnel/wine tunnel.php on line 261
</p><p><?
$path = "./sightseeing_list/list/wine tunnel/image1";
$entrys = array();
$dirs = dir($path);
while(false !== ($entry = $dirs->read())){
if(($entry != '.') && ($entry != '..')) {
if(!is_dir($path.'/'.$entry)) {
$entrys[] = $entry;
}
}
}
$dirs->close();
?> </p><p> </p><p> </p><p> <?
foreach($entrys as $img){
?>
<li><img src="./sightseeing_list/list/wine tunnel/image1/<?=$img?>" alt="map" width="100%" border="1"/>
<?
}
?> </p><p>
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
채택된 답변
+20 포인트
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인