<?php $country_code = 'US'; $cn_array = array( 'COUNTRY_NAME' => array( 'AF' => 'AFGHANISTAN', 'US' => 'UNITED STATES', ) ); $country_name = $cn_array[$country_code];
You have javascript disabled. You will not be able to edit any code.