Archive

Archive for September, 2007

List of UK counties in SQL & CSV format

September 19th, 2007

During a recent project, we had to compile a definitive list of counties within the UK (excluding Northern Ireland). This proved harder than we’d anticipated so we thought we’d publish the list in both CSV and SQL formats. Aren’t we lovely?
CSV for List of UK Counties
Download CSV: uk-counties.csv (2KB)
SQL for List of UK Counties
Download SQL: uk-counties.sql (13KB)
The SQL creates [...]

PHP/MySQL Programming