DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Related

  • Beyond Extensions: Architectural Deep-Dives into File Upload Security
  • How Laravel Developers Handle Database Migrations Without Downtime
  • Migrating from Monolith to Microservices Using PHP: A Step-by-Step Guide
  • Inheritance in PHP: A Simple Guide With Examples

Trending

  • Contract-First Integration: Building Scalable Systems With Flyway, OpenAPI, and Kafka
  • Run Gemma 4 on Your Laptop: A Hands-On Guide to Google's Latest Open Multimodal LLM
  • The Middleware Gap in AI Agent Frameworks
  • Stateless JWT Auth Microservice Architecture With Spring Boot 3 and Redis Sentinel
  1. DZone
  2. Coding
  3. Languages
  4. USA States List As A PHP Array

USA States List As A PHP Array

By 
Snippets Manager user avatar
Snippets Manager
·
Dec. 30, 05 · Code Snippet
Likes (0)
Comment
Save
Tweet
Share
15.4K Views

Join the DZone community and get the full member experience.

Join For Free

$state_list = array('AL'=>"Alabama",  
'AK'=>"Alaska",  
'AZ'=>"Arizona",  
'AR'=>"Arkansas",  
'CA'=>"California",  
'CO'=>"Colorado",  
'CT'=>"Connecticut",  
'DE'=>"Delaware",  
'DC'=>"District Of Columbia",  
'FL'=>"Florida",  
'GA'=>"Georgia",  
'HI'=>"Hawaii",  
'ID'=>"Idaho",  
'IL'=>"Illinois",  
'IN'=>"Indiana",  
'IA'=>"Iowa",  
'KS'=>"Kansas",  
'KY'=>"Kentucky",  
'LA'=>"Louisiana",  
'ME'=>"Maine",  
'MD'=>"Maryland",  
'MA'=>"Massachusetts",  
'MI'=>"Michigan",  
'MN'=>"Minnesota",  
'MS'=>"Mississippi",  
'MO'=>"Missouri",  
'MT'=>"Montana",
'NE'=>"Nebraska",
'NV'=>"Nevada",
'NH'=>"New Hampshire",
'NJ'=>"New Jersey",
'NM'=>"New Mexico",
'NY'=>"New York",
'NC'=>"North Carolina",
'ND'=>"North Dakota",
'OH'=>"Ohio",  
'OK'=>"Oklahoma",  
'OR'=>"Oregon",  
'PA'=>"Pennsylvania",  
'RI'=>"Rhode Island",  
'SC'=>"South Carolina",  
'SD'=>"South Dakota",
'TN'=>"Tennessee",  
'TX'=>"Texas",  
'UT'=>"Utah",  
'VT'=>"Vermont",  
'VA'=>"Virginia",  
'WA'=>"Washington",  
'WV'=>"West Virginia",  
'WI'=>"Wisconsin",  
'WY'=>"Wyoming");


PHP

Opinions expressed by DZone contributors are their own.

Related

  • Beyond Extensions: Architectural Deep-Dives into File Upload Security
  • How Laravel Developers Handle Database Migrations Without Downtime
  • Migrating from Monolith to Microservices Using PHP: A Step-by-Step Guide
  • Inheritance in PHP: A Simple Guide With Examples

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook