PHP - opendir on another server

后端 未结 3 755

I\'m kinda new to PHP.

I\'ve got two different hosts and I want my php page in one of them to show me a directory listing of the other. I know how to work with opend

3条回答
  •  [愿得一人]
    2020-12-20 08:39

    Try:

    $file
  • \n"; } closedir($dir); echo "
      \n$str
    ";

提交回复
热议问题