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