Dundee Demolished Cinemas
This list includes all known cinemas in Dundee that are not already covered on the main part of the site, as they are known to have been demolished. |
Name | Address | Details\n"; for($j=0;$j<$nrows;$j++) { $row = mysql_fetch_array($result); $k++; if ($row[town] == 'Dundee' && $row[status] == 'Demolished') { print " | |
---|---|---|---|
" ; print " | " . $row["name"]; print " | " . $row["address"]; print " | " . $row["comments"]; } print "\n"; } print " |
No results found."; mysql_close($dbcon); ?>
Back