'; echo'Extract contents'; //echo''; echo''; echo''.basename($_GET['path']).''; //---------------fetch ArchiveTree------------------------- $tree = getArchiveTree(1); foreach($tree as $name => $path){ echo''.htmlentities('├').' '.$name.''; } echo''; echo'Extract here'; echo'Close'; echo''; ?>