<?php $url = "http://www.blah.com/blah.txt"; $target = "c:\storage\location\blah.txt"; $string = file_get_contents($url); file_put_contents($target,$string); ?>