read()) { $z=0; while ($z < 6) { if ($entry == ".") { $entry=$d->read(); } if ($entry == "..") { $entry=$d->read(); } start_cell(1); if ($entry == "") { echo " "; } else { $size = GetImageSize("./images/thumbnails/$entry"); echo "
\n"; echo "$entry
"; } end_cell(); if ($z < 5 ) { $entry=$d->read(); } $z++; } new_row(); } $d->close(); start_cell(6); echo " "; end_cell(); new_row(); table_end(); ?>