"._") { $files[] = $file; } } if ($sortreverse) { rsort($files); } else { sort($files); } } return $files; } function GetAudioFileList( $dirname="." ) { // Finds all the audio files // in alphabetical order. $files = array(); $dir = opendir( $dirname ); while( $file = readdir( $dir ) ) { if ((preg_match("/\.mp?3$/i", $file) || preg_match("/\.wav$/i", $file) || preg_match("/\.ogg$/i", $file))) { $files[] = $file; } } return $files; } function GetVideoFileList($dirname = ".") { // Finds all the video files $files = array(); // in alphabetical order. if (file_exists($dirname)) { $dir = opendir($dirname); while ($file = readdir($dir)) { if ((preg_match("/\.mp?4$/i", $file) || preg_match("/\.avi$/i", $file) || preg_match("/\.mkv$/i", $file))) { $files[] = $file; } } } return $files; } ?> Class Notes This site works best with frames, which your browser doesn't support. You can still browse this photo album, though, by starting <A HREF="index.php?margin=320">here</A>