Find the bugs
Your country is
$countries[at] = 'Austria'; $countries[de] = 'Germany; $countries[uk] = 'United Kingdom'; $countries[us] = 'United States' countryCode = $POST['country']; echo $countries[$countryCode];
Please enter the two-letter code of your country: