"; //running the while loop while ($file = readdir($dir_handle)) { echo "$file
"; } //closing the directory closedir($dir_handle); ?>