Quote:
Originally Posted by k0nr4d
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);
?>
|
dude u are gr8, i m gonna hire u in near future for sure.