View Single Post
Old 10-04-2011, 08:00 PM  
cooldude7
Confirmed User
 
cooldude7's Avatar
 
Industry Role:
Join Date: Nov 2009
Location: Heaven
Posts: 4,306
Quote:
Originally Posted by k0nr4d View Post
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.
cooldude7 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote