I have this function
$srcfile='C:\xampp\htdocs\imagenes\*.*';
$dstfile='C:\xampp\htdocs\imagenes-copiadas\*.*';
mkdir(dirname($dstfile), 0777, true); copy($srcfile, $dstfile);
when I run the php I need to copy all the files in the direct...
asked by
24.05.2018 / 14:09