Skip to content

Instantly share code, notes, and snippets.

View dboskovic's full-sized avatar
🥸
Getting nerdy

David Boskovic dboskovic

🥸
Getting nerdy
View GitHub Profile
@dboskovic
dboskovic / gist:3825776
Created October 3, 2012 08:21 — forked from vxnick/gist:380904
Array of country codes (ISO 3166-1 alpha-2) and corresponding names
<?php
$countries = array
(
'AF' => 'Afghanistan',
'AX' => 'Aland Islands',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',