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
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