no, you cant echo like that
in the foreach loop, $split[0] is the key (the bit before the ": ") and $split[1] is the value
after the loop has finished, you echo like this
echo $name1 . "<BR>";
echo $name2 . "<BR>";
echo $Ctry . "<BR>";
you have distinct variables outside of the array