Right now In my country database county code vlaues are stored in 3 digits.
So we need to convert the country code three digite to two digit
Please write a php function in an independent php file that will contain an array that will map the current 3 letter country codes in the countries_master.value to 2 letter ISO standard codes in uppercase
Thanks
vssp