$link = '../folder/slides'; //path to full-sized images $allowed_types = array('jpg','jpeg','png'); $aFiles = array(); $dir_handle = @opendir($directory) or die("There is an error with your image directory!"); while ($file = readdir($dir_handle)) //trave...