";
}
echo "";
$toopen=$dirname . "/" . $images[$i];
echo "";
$theImg="/NewDirAcc" . $dirname . "/" . $images[$i];
echo " ";
echo "$images[$i]
";
echo " | ";
echo " | ";
$dir_count++;
$dir_count_tot++;
if($dir_count==10)
{
$dir_count=0;
echo "";
}
$i++;
}
while($dir_count_tot<10)
{
echo "";
echo "";
echo " | ";
$dir_count_tot++;
}
echo "";
echo "";
echo "";
echo "
";
echo "";
?>
"; ?>
Add Directory:
"; ?>
Delete Directory:
to do: Also read directories into an array first like with the images. Then we can list
alphabetically
too!!! Need to do the upload (simple) then thats pretty much it...