In PHP:
Codice PHP:
$filename = 'local.html';
$remote_site = 'http://www.example.com';
file_put_contents($filename, file_get_contents($remote_site));
In PHP:
Codice PHP:
$filename = 'local.html';
$remote_site = 'http://www.example.com';
file_put_contents($filename, file_get_contents($remote_site));