Is there a way to have a complete list of countries without creating an array manually
$options = array( '', => 'Please select your country.', 'USA' => 'USA', 'UK' => 'UK', );
Is there a way to fill all the countries in the array? Shallow drilling to fill this manually
source share