Skip to content

Instantly share code, notes, and snippets.

View fbgraphiklab's full-sized avatar

5PIC3 fbgraphiklab

View GitHub Profile
@kirtan403
kirtan403 / unzip.php
Last active January 22, 2023 12:51 — forked from jonmaim/zip.php
PHP script to remotely zip/unzip archives of your FTP
<?php
function show($str){
echo $str . "<br/>\n";
flush();
ob_flush();
}
$archiveDir = "temp";