I would like to find the value in an array using the key.
like this:
$array=(\'us\'=>\'United\', \'ca\'=>\'canada\'); $key=\'ca\';
It's as simple as this :
$array[$key];