Skip to content

Instantly share code, notes, and snippets.

@chandrewz
chandrewz / us-state-names-abbrevs-slug.php
Last active December 18, 2015 14:06 — forked from maxrice/us-state-names-abbrevs.php
US State Names & Abbreviations as PHP Arrays
<?php
/* From https://www.usps.com/send/official-abbreviations.htm */
$states_slug = array(
'AL'=>'alabama',
'AK'=>'alaska',
'AZ'=>'arizona',
'AR'=>'arkansas',
'CA'=>'california',
'CO'=>'colorado',