Hello I have this problem that I am trying to save a file to a directory on htdocs it says permission denied.
<?php
$image = file_get_contents('http://www.affiliatewindow.com/logos/1961/logo.gif');
file_put_contents('./images/myFile.gif', $image);