OK I found solution for minemy code, looks like variable continuecontains, none ASCII character so I havehad to remove them an it's, to make it works.
$country = preg_replace('/[[:^print:]]/', '', $country);
$CCodes2=$CCodes[$country];
for youYou should check your php file encoding or, e.g if you are use WYSIWYG editor or formatted text, make sue remove any formatedof these none ASCII text before paste it .