View Single Post
Old 10-04-2011, 07:08 AM  
Sasha18
Confirmed User
 
Join Date: Dec 2002
Posts: 582
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);
?>
This is usefull but what about the update ?
__________________
Sasha18 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote