Contents of: $path
"; while (($file = readdir($handle))!==false) { echo "$file
"; } closedir($handle); ?>