View Single Post
Old 10-04-2011, 02:12 AM  
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,228
PHP Code:
<?php
$url 
"http://www.blah.com/blah.txt";
$target "c:\storage\location\blah.txt"
$string file_get_contents($url);
file_put_contents($target,$string);
?>
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote