I am compiling a photo folder from my site for backup, I use ZipArchive to do this. After the zip is created I close it with $ zip-> close ();
How do I give php an echo only after the zip file has been created?
I am compiling a photo folder from my site for backup, I use ZipArchive to do this. After the zip is created I close it with $ zip-> close ();
How do I give php an echo only after the zip file has been created?