本帖最后由 FisHgogo1 于 2010-10-25 23:15:48 编辑

解决方案 »

  1.   

    if ($handle = opendir('../')) {
    ==========
    改成
    if ($handle=opendir( dirname(dirname(__FILE__)) ) {
    试试看 
      

  2.   

    好吧
    你们看到了
    if ($file != "." && $file != ".." && $file !="images" && $file !="phpMyAdmin") {
    if (is_dir('../'.$file)){这2条语句是我很久之前写的了,限制了本级目录等
    晕,没检查代码,我的错