Copy files from remote server

I am trying to copy 5 files from server using a loop. I am getting last file only. First four are blank.


//...
while($row = mysql_fetch_array($result)){
        file_put_contents("folder/$row[ordid].pdf", file_get_contents($row[inv_link])); 
//$row[inv_link] have remote file url http://ift.tt/1QU0y0U

PHP:
I also tried copy function same results. Why first 4 files missing? Please help

from PHP http://ift.tt/1XcxrNY
via IFTTT
Thanks for your comment
Loading...