PHP array of American states
I’ve recently been tasked with creating a US state selection box. Here is a PHP array that I used to generate the html select box. I hope it will save others some time: $stateNames = [‘Alabama’, ‘Alaska’, ‘Arizona’, ‘Arkansas’, ‘California’, […]