파일 리스트 보기


윈도 쓰시는 분들은
$path="c:/Apache/htdocs/filepds/data/";

요런식으로 쓰시면 됩니다.

★ PHP 강좌 게시판에서 파일로 검색하시면 됩니다. 관련 강좌가 수십개 입니다.



$dir_name = "/windows/desktop/My Downloads/";

$dir = opendir($dir_name);

$file_list = "
    ";

    while ($file_name = readdir($dir)) {
    if (($file_name != ".") && ($file_name != "..")) {
    $file_list .= "
  • $file_name";
    }
    }

    $file_list .= "
";

closedir($dir);

?>



Directory Listing



Files in:









크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2003/05/02 17:58 2003/05/02 17:58
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/8

Trackback URL : http://tcbs17.cafe24.com/tc/trackback/8

« Previous : 1 : ... 320 : 321 : 322 : 323 : 324 : Next »

블로그 이미지

- 홍반장

Archives

Recent Trackbacks

Calendar

«   2024/04   »
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
Statistics Graph

Site Stats

Total hits:
183954
Today:
382
Yesterday:
394