| Good afternoon,
I'm using the command
$cmd = shell_exec('httrack'. $ url. '−v -s0');
in a php file where $url is the url that comes for $_POST.
When copying a website, it is always overwritten by the newest copy, how do I
keep the old mirrors? example site1 and site2 in the same directory. | |