"; echo "When they were young ...
Photos from Barb ...

"; //running the while loop while ($file = readdir($dir_handle)) { if (preg_match('/\.png/', $file)) { echo "$file
"; } } //closing the directory closedir($dir_handle); ?>