Warning: open dir: not implemented

前端 未结 4 1491
余生分开走
余生分开走 2021-01-18 01:55

I\'m new to PHP, and I\'m trying to build a script. When I load the script, I get the following error:

Warning: opendir(http://www.hetweerinboskamp.nl/voorpagina/mov

4条回答
  •  甜味超标
    2021-01-18 02:12

    Most remote servers does not send a directory listing back as such opendir cannot understand what your trying to do so it cant work.

    You will need to use something like ftp, here is an example: http://php.net/manual/en/ftp.examples-basic.php or cURL

提交回复
热议问题