Welcome Guest, Not a member yet? Register   Sign In
Create a copy of file from another server
#2

PHP Code:
$url 'http://example.com/your_remote_file.jpg';
$path '/your_local_directory/';
$name 'your_local_file.jpg';
file_put_contents($path.$namefile_get_contents($url)); 
Reply


Messages In This Thread
RE: Create a copy of file from another server - by Ege - 05-14-2024, 04:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB