$page_title = "Weddings - David Thomas Photography - DT-Photo.com"; $meta_keywords = "Architecture, buildings, designs"; $meta_description = "Architecture Gallery - dt-photo.com - David Thomas Photography"; include("../functions.php"); top(); title("Architecture"); $photo_array = ""; $link_folder = "../images/architecture"; $contents = file ('http://dt-photo.com/images/architecture/?M=D'); while (list($line_num, $line) = each($contents)) { $link3 = substr((substr($line, 51)), 0, (strpos((substr($line, 51)), '"'))); if ((substr ($link3, 0, 2) == "t_")) { $photo_array .= " $link3"; } } $photos = explode(' ',$photo_array); $num = count($photos); ?>